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

View file

@ -89,10 +89,10 @@ function setup {
} }
function publish { function publish {
git push # git push
tag-release # tag-release
git push --tags # git push --tags
git stash git stash
clean clean
@ -102,7 +102,7 @@ function publish {
APP_ENV=prod generate APP_ENV=prod generate
rsync --archive --verbose --compress --update --delete \ 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 git stash pop
} }