diff --git a/publish.sh b/publish.sh index 0e91d72..62d9f30 100755 --- a/publish.sh +++ b/publish.sh @@ -8,7 +8,7 @@ hugo # push the files to the webserver # scp -rp * root@boethius:/hosting/sites/gmgauthier.com -chown -R gmgauthier:www-data ./public/* +#chown -R gmgauthier:www-data ./public/* echo "COPY THE FILES..." rsync --super -avh -e ssh ./public/* gmgauthier@boethius:/hosting/sites/gmgauthier.com