From a97e5dba4d47e0f114fad80e46f5c5aaff14dad6 Mon Sep 17 00:00:00 2001 From: Greg Gauthier Date: Tue, 24 Jan 2023 18:56:41 +0000 Subject: [PATCH] initial publish --- .gitignore | 1 + publish | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index ed1ef77..d672ca0 100644 --- a/.gitignore +++ b/.gitignore @@ -2,3 +2,4 @@ .idea/ .hugo_build.lock public/ +logs/ diff --git a/publish b/publish index cf07d7d..1680129 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@boethius:/hosting/sites/gmgauthier.com +rsync --super -avh -e ssh ./public/* gmgauthier@diogenes:/hosting/sites/ataricode.com # echo "ls -lA /hosting/sites/gmgauthier.com" | ssh gmgauthier@boethius /bin/bash