gjaldon / heroku-buildpack-phoenix-static

A Heroku buildpack for building Phoenix's static assets
MIT License
229 stars 224 forks source link

Update heroku commands #121

Open Homerade opened 2 years ago

Homerade commented 2 years ago

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