summaryrefslogtreecommitdiffstats
path: root/local/bin/updatewebsite.sh
diff options
context:
space:
mode:
Diffstat (limited to 'local/bin/updatewebsite.sh')
-rwxr-xr-xlocal/bin/updatewebsite.sh9
1 files changed, 0 insertions, 9 deletions
diff --git a/local/bin/updatewebsite.sh b/local/bin/updatewebsite.sh
deleted file mode 100755
index 71c99b2..0000000
--- a/local/bin/updatewebsite.sh
+++ /dev/null
@@ -1,9 +0,0 @@
-#!/bin/bash
-
-# This script syncs local files to my VPS
-
-# Thank you: https://unix.stackexchange.com/a/2503/347754
-options="-uvrPs --delete-after --copy-links"
-targetdir="tokumori.xyz:/var/www"
-
-rsync $options /home/mitsuo/mahcode/www/tokumori.xyz $targetdir