diff --git a/deploy.sh b/deploy.sh index 373ba4e..3c44458 100755 --- a/deploy.sh +++ b/deploy.sh @@ -7,5 +7,6 @@ if [[ $TRAVIS_PULL_REQUEST == "false" ]]; then bundle exec nanoc --env=prod deploy public fi 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