Skip to content

Commit

Permalink
ensure rsync from travis to server removes removed files.
Browse files Browse the repository at this point in the history
  • Loading branch information
David Neudorfer committed Jan 26, 2017
1 parent 29f38db commit 00d1c9b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/deploy.sh
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ else
fi

# rsync files to server and respective environment path
rsync -arvz --progress . \
rsync -arvz --delete --progress . \
--exclude='.git/' \
-e "ssh -o StrictHostKeyChecking=no \
-o UserKnownHostsFile=/dev/null \
Expand Down

0 comments on commit 00d1c9b

Please sign in to comment.