Fix deployment path

This commit is contained in:
Oliver Davies 2025-08-18 00:03:42 +01:00
parent bedf08c833
commit 2186aaf69c

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/www.oliverdavies.uk
output_prod/ ssh.oliverdavies.uk:/var/www/vhosts/website-sculpin
git stash pop
}