Deploy to XXX.pr.zeus.gent
This commit is contained in:
parent
6cae6410de
commit
737f7b60e8
1 changed files with 1 additions and 2 deletions
|
@ -7,6 +7,5 @@ if [[ $TRAVIS_PULL_REQUEST == "false" ]]; then
|
|||
bundle exec nanoc --env=prod deploy public
|
||||
fi
|
||||
else
|
||||
# TODO: Re-enable this when wildcard certs are okay for zeus.gent or zeuswpi.org
|
||||
# rsync -aglpPrtvz --delete output/ "deploy@$TRAVIS_PULL_REQUEST.zeus.werthen.com:/var/www/html/$TRAVIS_PULL_REQUEST/"
|
||||
rsync -e 'ssh -p 2222' -aglpPrtvz --delete output/ "zeuspr@herbert.ugent.be:/home/zeuspr/$TRAVIS_PULL_REQUEST/"
|
||||
fi
|
||||
|
|
Loading…
Reference in a new issue