Deploy to XXX.pr.zeus.gent

This commit is contained in:
Rien Maertens 2018-07-09 21:32:19 +02:00
parent 6cae6410de
commit 737f7b60e8
No known key found for this signature in database
GPG key ID: 943CAB70C511D23C

View file

@ -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