From 61cd6ea200e8b9e713ae350e88c1f608720161c3 Mon Sep 17 00:00:00 2001 From: "Dustin C. Hatch" Date: Sat, 23 Apr 2022 15:26:19 -0500 Subject: [PATCH] ci: publish: Update user account Moving this site to dustin.hatch.name instead of dustin.hatch.is --- ci/publish.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ci/publish.sh b/ci/publish.sh index 41ef149..990775b 100644 --- a/ci/publish.sh +++ b/ci/publish.sh @@ -1,5 +1,5 @@ PUBLISH_HOST=web0.pyrocufflink.blue -PUBLISH_USER=webapp.dchblog +PUBLISH_USER=webapp.dchwww PUBLISH_PATH=htdocs/ rsync -aP public/ ${PUBLISH_USER}@${PUBLISH_HOST}:${PUBLISH_PATH}