summaryrefslogtreecommitdiff
path: root/updatesite
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
parentf496a6bcc09d2a67fdf6593a4d3866fa3421d525 (diff)
added some links to the homepage
Diffstat (limited to 'updatesite')
-rwxr-xr-xupdatesite9
1 files changed, 9 insertions, 0 deletions
diff --git a/updatesite b/updatesite
new file mode 100755
index 0000000..dde0a14
--- /dev/null
+++ b/updatesite
@@ -0,0 +1,9 @@
+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