diff options
Diffstat (limited to 'updatesite.command')
-rwxr-xr-x | updatesite.command | 9 |
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 |