fix publish script
This commit is contained in:
parent
d55e528982
commit
6be636b396
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user