Update deploy.sh
This commit is contained in:
parent
f5cedd9758
commit
6cae6410de
1 changed files with 2 additions and 1 deletions
|
@ -7,5 +7,6 @@ if [[ $TRAVIS_PULL_REQUEST == "false" ]]; then
|
||||||
bundle exec nanoc --env=prod deploy public
|
bundle exec nanoc --env=prod deploy public
|
||||||
fi
|
fi
|
||||||
else
|
else
|
||||||
rsync -aglpPrtvz --delete output/ "deploy@$TRAVIS_PULL_REQUEST.zeus.werthen.com:/var/www/html/$TRAVIS_PULL_REQUEST/"
|
# 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/"
|
||||||
fi
|
fi
|
||||||
|
|
Loading…
Reference in a new issue