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 {
|
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
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue