summaryrefslogtreecommitdiffstats
path: root/scripts/deploy.sh
diff options
context:
space:
mode:
Diffstat (limited to 'scripts/deploy.sh')
-rwxr-xr-xscripts/deploy.sh6
1 files changed, 0 insertions, 6 deletions
diff --git a/scripts/deploy.sh b/scripts/deploy.sh
deleted file mode 100755
index a810b74..0000000
--- a/scripts/deploy.sh
+++ /dev/null
@@ -1,6 +0,0 @@
1#!/bin/bash
2
3source "site.defaults.conf"
4
5echo -e "\033[0;32m[DEPLOY ]\033[0m $DEPLOY_TARGET"
6rsync --progress --stats -rvz --delete "$OUTPUT_DIR" "$DEPLOY_TARGET"