Deploy to Hugo Production

This commit is contained in:
Jack Jackson 2022-04-03 18:30:08 -07:00
parent 34b7732f70
commit 999510aaad

View File

@ -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