Update website path

This commit is contained in:
Oliver Davies 2024-07-31 12:46:06 +01:00
parent 0a6afee39b
commit 91b791a4d2

View file

@ -78,7 +78,7 @@ function publish {
generate
rsync --archive --verbose --compress --update --delete \
output_prod/ ssh.oliverdavies.uk:/srv/www.oliverdavies.uk
output_prod/ ssh.oliverdavies.uk:/var/www/vhosts/www.oliverdavies.uk
git stash pop
}