wip
This commit is contained in:
parent
bedf08c833
commit
7ec88bfd9f
1 changed files with 4 additions and 4 deletions
|
|
@ -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
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue