diff options
author | Volpeon <git@volpeon.ink> | 2021-02-14 19:03:59 +0100 |
---|---|---|
committer | Volpeon <git@volpeon.ink> | 2021-02-14 19:03:59 +0100 |
commit | 4ea62fc827e0d57185013c08259f4d335194ca5e (patch) | |
tree | a747eab5b9acd194425b8bb0c078323467c4528b /scripts | |
parent | Various small fixes (diff) | |
download | volpeon.ink-4ea62fc827e0d57185013c08259f4d335194ca5e.tar.gz volpeon.ink-4ea62fc827e0d57185013c08259f4d335194ca5e.tar.bz2 volpeon.ink-4ea62fc827e0d57185013c08259f4d335194ca5e.zip |
Adjusted rsync deployment
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" |