summaryrefslogtreecommitdiff
path: root/updatesite
diff options
context:
space:
mode:
authorKai Stevenson <kai@kaistevenson.com>2024-01-31 14:30:46 -0800
committerKai Stevenson <kai@kaistevenson.com>2024-01-31 14:30:46 -0800
commit9c01216957a3fa056e0a2f3f1a0de009d9eb68b8 (patch)
treeeb45e732eaae05827f6dbf03c9020e453f0a7904 /updatesite
parenta73f6f1972ef126715ed0076b659e73644edfb6d (diff)
wrote more hard problem, removed git commands from updatesite
Diffstat (limited to 'updatesite')
-rwxr-xr-xupdatesite4
1 files changed, 0 insertions, 4 deletions
diff --git a/updatesite b/updatesite
index b70eb7c..b89b23e 100755
--- a/updatesite
+++ b/updatesite
@@ -4,7 +4,3 @@ ssh root@aberrantflux.xyz "cd /srv/http/aberrantflux-site ; chown -R http:http t
if [ $# -eq 0 ]; then
exit 0
fi
-
-git add .
-git commit -m "$1"
-git push origin