Skip to content

Commit

Permalink
Missing login command for the container as well
Browse files Browse the repository at this point in the history
Without running "heroku container:login" you might encounter a "no basic auth credentials" error from Heroku side.
See fiorix/freegeoip#171
  • Loading branch information
amitbend authored Jun 1, 2020
1 parent 276b503 commit f9543e3
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -87,6 +87,10 @@ set config vars(optional)
heroku config:set N8N_BASIC_AUTH_USER=SET_USERNAME
heroku config:set N8N_BASIC_AUTH_PASSWORD=SET_PASSWORD

Login the container

heroku container:login

build and push container image to heroku

heroku container:push web --app APP_NAME
Expand Down

0 comments on commit f9543e3

Please sign in to comment.