Skip to content

Commit

Permalink
Update deploy_heroku.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
romainsacchi committed Oct 12, 2019
1 parent 70ff044 commit cb8c0ec
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis/deploy_heroku.sh
Original file line number Diff line number Diff line change
@@ -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
Expand Down

0 comments on commit cb8c0ec

Please sign in to comment.