summaryrefslogtreecommitdiff
path: root/updatesite.command
diff options
context:
space:
mode:
authorKai Stevenson <kai@kaistevenson.com>2022-10-27 13:44:18 -0700
committerKai Stevenson <kai@kaistevenson.com>2022-10-27 13:44:18 -0700
commit04cd72c5b46a16b7b82d581f22fe74d2f1e4916e (patch)
tree260c0164db9dec7037f6dc6decbfe42a9ff15527 /updatesite.command
parentf496a6bcc09d2a67fdf6593a4d3866fa3421d525 (diff)
added some links to the homepage
Diffstat (limited to 'updatesite.command')
-rwxr-xr-xupdatesite.command9
1 files changed, 0 insertions, 9 deletions
diff --git a/updatesite.command b/updatesite.command
deleted file mode 100755
index dde0a14..0000000
--- a/updatesite.command
+++ /dev/null
@@ -1,9 +0,0 @@
-rsync -avzP --rsh=ssh . root@www.aberrantflux.xyz:/var/www/aberrantflux-site
-
-if [ $# -eq 0 ]; then
- exit 0
-fi
-
-git add .
-git commit -m "$1"
-git push