From 726dc8f3ebcc5b41345c886967309913a2c81f28 Mon Sep 17 00:00:00 2001 From: Jack Jackson Date: Tue, 26 Apr 2022 23:23:06 -0700 Subject: [PATCH] Name "builtContent" directory more clearly --- deployBlog.sh | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/deployBlog.sh b/deployBlog.sh index 408ba8f..427d29a 100755 --- a/deployBlog.sh +++ b/deployBlog.sh @@ -58,10 +58,10 @@ fi HUGO_ENV=production hugo --quiet --source $path -cp -r $path/public ./blogContent +cp -r $path/public ./builtContent docker build -t scubbo/blog_nginx . -f-<