From 27d74443a8fbeeabd7c4ee0b7351651ac834b160 Mon Sep 17 00:00:00 2001 From: Greg Gauthier Date: Wed, 15 Jan 2025 10:23:20 +0000 Subject: [PATCH] fix publish hostname --- publish | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/publish b/publish index 1680129..a2367b6 100755 --- a/publish +++ b/publish @@ -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