From 6cae6410deaa3dde314af9752b6ae231f20d78e6 Mon Sep 17 00:00:00 2001 From: lorin Date: Mon, 9 Jul 2018 18:46:16 +0200 Subject: [PATCH] Update deploy.sh --- deploy.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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