Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix Docker deploy to Heroku #151

Closed
jackcmeyer opened this issue Dec 30, 2017 · 1 comment · Fixed by #165
Closed

Fix Docker deploy to Heroku #151

jackcmeyer opened this issue Dec 30, 2017 · 1 comment · Fixed by #165
Assignees
Labels

Comments

@jackcmeyer
Copy link
Member

Currently, the Docker deploy to Heroku is currently not working.

In the TravisCI log says “No Basic Auth Credentials” at the end of the log. It never deploys the application.

This functionality was working previously and seems to have been broken/changed on Heroku’s end.

@jackcmeyer
Copy link
Member Author

Issue is with the -e flag in the .travis.yml generated. Removing -e and only using -u and -p will fix the issue.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants