This commit is contained in:
Greg Gauthier 2021-12-28 14:02:46 +00:00
parent 491ed607a1
commit 9f56485726
1 changed files with 1 additions and 1 deletions

View File

@ -3,7 +3,7 @@
# commit and push...
git add .;git commit -m"$@";git push -u origin master
rm -R public # destroy the old build first
sudo rm -R public # destroy the old build first
hugo # build the new site
sudo chown -R gmgauthier:www-data ./public/* # set the ownership before transfer