summaryrefslogtreecommitdiffstats
path: root/scripts/deploy.sh
diff options
context:
space:
mode:
authorVolpeon <git@volpeon.ink>2021-02-14 19:03:59 +0100
committerVolpeon <git@volpeon.ink>2021-02-14 19:03:59 +0100
commit4ea62fc827e0d57185013c08259f4d335194ca5e (patch)
treea747eab5b9acd194425b8bb0c078323467c4528b /scripts/deploy.sh
parentVarious small fixes (diff)
downloadvolpeon.ink-4ea62fc827e0d57185013c08259f4d335194ca5e.tar.gz
volpeon.ink-4ea62fc827e0d57185013c08259f4d335194ca5e.tar.bz2
volpeon.ink-4ea62fc827e0d57185013c08259f4d335194ca5e.zip
Adjusted rsync deployment
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"