From 4ea62fc827e0d57185013c08259f4d335194ca5e Mon Sep 17 00:00:00 2001 From: Volpeon Date: Sun, 14 Feb 2021 19:03:59 +0100 Subject: Adjusted rsync deployment --- scripts/deploy.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'scripts/deploy.sh') diff --git a/scripts/deploy.sh b/scripts/deploy.sh index 129ddda..ef454bb 100755 --- a/scripts/deploy.sh +++ b/scripts/deploy.sh @@ -7,4 +7,4 @@ if [ -f "site.conf" ]; then fi echo -e "\033[0;32m[DEPLOY ]\033[0m $DEPLOY_TARGET" -rsync --progress --stats -avz --delete "$OUTPUT_DIR" "$DEPLOY_TARGET" +rsync --progress --stats -rvz --delete "$OUTPUT_DIR" "$DEPLOY_TARGET" -- cgit v1.2.3-54-g00ecf