summaryrefslogtreecommitdiffstats
path: root/scripts/deploy.sh
diff options
context:
space:
mode:
Diffstat (limited to 'scripts/deploy.sh')
-rwxr-xr-xscripts/deploy.sh4
1 files changed, 0 insertions, 4 deletions
diff --git a/scripts/deploy.sh b/scripts/deploy.sh
index ef454bb..a810b74 100755
--- a/scripts/deploy.sh
+++ b/scripts/deploy.sh
@@ -2,9 +2,5 @@
2 2
3source "site.defaults.conf" 3source "site.defaults.conf"
4 4
5if [ -f "site.conf" ]; then
6 source "site.conf"
7fi
8
9echo -e "\033[0;32m[DEPLOY ]\033[0m $DEPLOY_TARGET" 5echo -e "\033[0;32m[DEPLOY ]\033[0m $DEPLOY_TARGET"
10rsync --progress --stats -rvz --delete "$OUTPUT_DIR" "$DEPLOY_TARGET" 6rsync --progress --stats -rvz --delete "$OUTPUT_DIR" "$DEPLOY_TARGET"