From 999510aaada400f310999ba09059a6447d606998 Mon Sep 17 00:00:00 2001 From: Jack Jackson Date: Sun, 3 Apr 2022 18:30:08 -0700 Subject: [PATCH] Deploy to Hugo Production --- deployBlog.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/deployBlog.sh b/deployBlog.sh index 4c1e752..408ba8f 100755 --- a/deployBlog.sh +++ b/deployBlog.sh @@ -55,7 +55,7 @@ if [[ -z "${booleans['noGit']:-}" ]]; then git push fi - +HUGO_ENV=production hugo --quiet --source $path cp -r $path/public ./blogContent