Update hostname

This commit is contained in:
Oliver Davies 2025-11-21 13:11:22 +00:00
parent 34d03e618f
commit 20adfb8f75
2 changed files with 2 additions and 2 deletions

View file

@ -102,7 +102,7 @@ function publish {
APP_ENV=prod generate
rsync --archive --verbose --compress --update --delete \
output_prod/ ssh.oliverdavies.uk:/var/www/vhosts/website-sculpin
output_prod/ home02:/var/www/vhosts/website-sculpin
git stash pop
}