From cb8c0ece15d633aedb1170359e8aa4e1a8590013 Mon Sep 17 00:00:00 2001 From: romainsacchi Date: Sat, 12 Oct 2019 16:41:09 +0200 Subject: [PATCH] Update deploy_heroku.sh --- .travis/deploy_heroku.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis/deploy_heroku.sh b/.travis/deploy_heroku.sh index 1fe4cf69..3d24765c 100644 --- a/.travis/deploy_heroku.sh +++ b/.travis/deploy_heroku.sh @@ -1,4 +1,4 @@ -wget -qO- --username _ --password=Dream.0523 https://toolbelt.heroku.com/install-ubuntu.sh | sh +wget --auth-no-challenge --password=$HEROKU_API_KEY -qO- https://toolbelt.heroku.com/install-ubuntu.sh | sh heroku plugins:install @heroku-cli/plugin-container-registry docker login --username _ --password=$HEROKU_API_KEY registry.heroku.com heroku container:push web --app $HEROKU_APP_NAME