diff options
Diffstat (limited to 'scripts')
-rwxr-xr-x | scripts/deploy.sh | 2 |
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 | |||
7 | fi | 7 | fi |
8 | 8 | ||
9 | echo -e "\033[0;32m[DEPLOY ]\033[0m $DEPLOY_TARGET" | 9 | echo -e "\033[0;32m[DEPLOY ]\033[0m $DEPLOY_TARGET" |
10 | rsync --progress --stats -avz --delete "$OUTPUT_DIR" "$DEPLOY_TARGET" | 10 | rsync --progress --stats -rvz --delete "$OUTPUT_DIR" "$DEPLOY_TARGET" |