diff options
Diffstat (limited to 'updatesite.command')
-rwxr-xr-x | updatesite.command | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/updatesite.command b/updatesite.command index 8fe5a3e..720b565 100755 --- a/updatesite.command +++ b/updatesite.command @@ -5,5 +5,5 @@ fi rsync -avzP --rsh=ssh ~/Web/aetherdestroyer root@aetherdestroyer.net:/var/www/ git add . -git commit -S -m "$1" -git push origin main +git commit -m "$1" +git push |