fix publish script

This commit is contained in:
Greg Gauthier 2021-11-28 00:10:43 +00:00
parent d55e528982
commit 6be636b396
1 changed files with 2 additions and 2 deletions

View File

@ -1,7 +1,7 @@
#!/usr/bin/env sh
# commit and push...
git commit -a -m"$@";git push -u origin master
git add .;git commit -m"$@";git push -u origin master
# build the site
hugo
@ -14,4 +14,4 @@ echo "ls -lA /hosting/sites/gmgauthier.com" | ssh root@boethius /bin/bash
# remove the old build
cd ..
# rm -R public
rm -R public