ci: publish: Update user account

Moving this site to dustin.hatch.name instead of dustin.hatch.is
pull/1/head
Dustin 2022-04-23 15:26:19 -05:00
parent ae47395841
commit 61cd6ea200
1 changed files with 1 additions and 1 deletions

View File

@ -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}