fix publish hostname

This commit is contained in:
Greg Gauthier 2025-01-15 10:23:20 +00:00
parent a38723b1f0
commit 27d74443a8

View File

@ -7,6 +7,6 @@ rm -rf public # destroy the old build first
hugo # build the new site
sudo chown -R gmgauthier:www-data ./public/* # set the ownership before transfer
rsync --super -avh -e ssh ./public/* gmgauthier@diogenes:/hosting/sites/ataricode.com
rsync --super -avh -e ssh ./public/* gmgauthier@socrates:/var/www/ataricode.com
# echo "ls -lA /hosting/sites/gmgauthier.com" | ssh gmgauthier@boethius /bin/bash