diff --git a/run.local b/run.local index 08dff63a9..9344569bc 100755 --- a/run.local +++ b/run.local @@ -89,10 +89,10 @@ function setup { } function publish { - git push + # git push - tag-release - git push --tags + # tag-release + # git push --tags git stash clean @@ -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 }