Skip to content
This repository was archived by the owner on Mar 7, 2025. It is now read-only.

Commit 00d1c9b

Browse files
author
David Neudorfer
committed
ensure rsync from travis to server removes removed files.
1 parent 29f38db commit 00d1c9b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/deploy.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ else
2828
fi
2929

3030
# rsync files to server and respective environment path
31-
rsync -arvz --progress . \
31+
rsync -arvz --delete --progress . \
3232
--exclude='.git/' \
3333
-e "ssh -o StrictHostKeyChecking=no \
3434
-o UserKnownHostsFile=/dev/null \

0 commit comments

Comments
 (0)