summaryrefslogtreecommitdiffstats
path: root/scripts/deploy.sh
diff options
context:
space:
mode:
Diffstat (limited to 'scripts/deploy.sh')
-rwxr-xr-xscripts/deploy.sh2
1 files changed, 1 insertions, 1 deletions
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
7fi 7fi
8 8
9echo -e "\033[0;32m[DEPLOY ]\033[0m $DEPLOY_TARGET" 9echo -e "\033[0;32m[DEPLOY ]\033[0m $DEPLOY_TARGET"
10rsync --progress --stats -avz --delete "$OUTPUT_DIR" "$DEPLOY_TARGET" 10rsync --progress --stats -rvz --delete "$OUTPUT_DIR" "$DEPLOY_TARGET"