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

Update heroku commands #121

Open
Homerade opened this issue Jan 14, 2022 · 0 comments
Open

Update heroku commands #121

Homerade opened this issue Jan 14, 2022 · 0 comments

Comments

@Homerade
Copy link

Homerade commented Jan 14, 2022

Heroku now requires a flag and the heroku project you're adding things too. Without the flag you get the following

$ heroku buildpacks:set https://github.com/HashNuke/heroku-buildpack-elixir
 ›   Error: Missing required flag:
 ›     -a, --app APP  app to run command against
 ›   See more help with --help

I tried to push a PR with the following small changes to the readme but got a 403

# Set and add the buildpacks for your Heroku app
heroku buildpacks:set https://github.com/HashNuke/heroku-buildpack-elixir -a mysterious-meadow-6277
heroku buildpacks:add https://github.com/gjaldon/heroku-buildpack-phoenix-static -a mysterious-meadow-6277
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant