diff options
author | Kai Stevenson <kai@kaistevenson.com> | 2024-01-31 14:30:46 -0800 |
---|---|---|
committer | Kai Stevenson <kai@kaistevenson.com> | 2024-01-31 14:30:46 -0800 |
commit | 9c01216957a3fa056e0a2f3f1a0de009d9eb68b8 (patch) | |
tree | eb45e732eaae05827f6dbf03c9020e453f0a7904 /updatesite | |
parent | a73f6f1972ef126715ed0076b659e73644edfb6d (diff) |
wrote more hard problem, removed git commands from updatesite
Diffstat (limited to 'updatesite')
-rwxr-xr-x | updatesite | 4 |
1 files changed, 0 insertions, 4 deletions
@@ -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 |