Skip to content

Commit

Permalink
Different login strategy
Browse files Browse the repository at this point in the history
  • Loading branch information
AndrewDryga committed Oct 30, 2016
1 parent 231305c commit 2befd82
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions bin/ci/deploy.sh
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ heroku plugins:install heroku-container-registry

echo "Logging in into Heroku";
heroku container:login
docker login --email=_ --username=_ --password=$(heroku auth:token) registry.heroku.com

if [ "$TRAVIS_PULL_REQUEST" == "false" ]; then
if [ "$TRAVIS_BRANCH" == "$RELEASE_BRANCH" ]; then
Expand Down

0 comments on commit 2befd82

Please sign in to comment.