HashNuke / heroku-buildpack-elixir

Heroku Buildpack for Elixir with nitro boost
MIT License
811 stars 310 forks source link

Revert "Support app_relative_path" #207

Closed jesseshieh closed 3 years ago

jesseshieh commented 3 years ago

Reverts HashNuke/heroku-buildpack-elixir#206

jesseshieh commented 3 years ago

Got some customers reporting issues. Reverting for now to see if it was the issue.

jesseshieh commented 3 years ago

Example error message

remote: -----> Executing hook before fetching app dependencies: mix hex.organization auth oban --key
remote: ** (Mix) Could not invoke task "hex.organization": 1 error found!
remote: --key : Missing argument of type string
remote: Deploy aborted

buildpack config:

erlang_version=22.1.4
elixir_version=1.11.2
hook_pre_fetch_dependencies="mix hex.organization auth oban --key "$OBAN_PRO_LICENSE_KEY""