Deploy to Hugo Production

attemptAtTagsRenovation
Jack Jackson 2 years ago
parent 34b7732f70
commit 999510aaad
  1. 2
      deployBlog.sh

@ -55,7 +55,7 @@ if [[ -z "${booleans['noGit']:-}" ]]; then
git push git push
fi fi
HUGO_ENV=production
hugo --quiet --source $path hugo --quiet --source $path
cp -r $path/public ./blogContent cp -r $path/public ./blogContent

Loading…
Cancel
Save