aboutsummaryrefslogtreecommitdiff
path: root/scripts/constant-sync.sh
diff options
context:
space:
mode:
Diffstat (limited to 'scripts/constant-sync.sh')
-rwxr-xr-xscripts/constant-sync.sh5
1 files changed, 0 insertions, 5 deletions
diff --git a/scripts/constant-sync.sh b/scripts/constant-sync.sh
deleted file mode 100755
index c016b44..0000000
--- a/scripts/constant-sync.sh
+++ /dev/null
@@ -1,5 +0,0 @@
-#!/bin/bash
-while true; do
- rsync -av --delete ./zola-static/public/ /var/www/homepage/
- sleep 5 # wait 5 seconds before the next sync
-done