commit 9ff2bb201e7ff56455160561ad49b24946568ae8 parent 5a9edd68b465783338d21b61d1f9d5d81d14a112 Author: cipher <haris@2f30.org> Date: Tue, 3 Dec 2013 01:23:22 +0200 removed --delete trigger from deploy script. Diffstat:
M | bin/bliper-deploy.sh | | | 3 | ++- |
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/bin/bliper-deploy.sh b/bin/bliper-deploy.sh @@ -2,4 +2,5 @@ # replace `ssh` with `ssh -p <number>` for specific port # and user@host:/path/to/output/ with the real one. -exec rsync --recursive --archive --verbose --rsh="ssh" --delete output/ user@host:/path/to/output/ + +exec rsync --recursive --archive --verbose --rsh="ssh" output/ user@host:/path/to/output/