diff --git a/publish.sh b/publish.sh index b3a60d9..f3bcc3d 100755 --- a/publish.sh +++ b/publish.sh @@ -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