From 9f5648572641339c02f08b1a2ae89b9965024126 Mon Sep 17 00:00:00 2001 From: Greg Gauthier Date: Tue, 28 Dec 2021 14:02:46 +0000 Subject: [PATCH] testing --- publish.sh => publish | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename publish.sh => publish (87%) diff --git a/publish.sh b/publish similarity index 87% rename from publish.sh rename to publish index 6afcde2..2e184a3 100755 --- a/publish.sh +++ b/publish @@ -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