-
Notifications
You must be signed in to change notification settings - Fork 19
Closed
Description
I followed the readme instructions to setup Alice and deploy to Heroku.
I ran into a snag with the buildpack config file.
- "Create a file called
heroku_buildpack.configat the root of your project."
With this file in place I saw this on the first Heroku push:
remote: -----> elixir app detected
remote: -----> Checking Erlang and Elixir versions
remote: WARNING: elixir_buildpack.config wasn't found in the app
remote: Using default config from Elixir buildpack
remote: Will use the following versions:
remote: * Stack cedar-14
remote: * Erlang 18.3
remote: * Elixir 1.2.6
I changed the file name to elixir_buildpack.config and the deploy works.
remote: -----> elixir app detected
remote: -----> Checking Erlang and Elixir versions
remote: Will use the following versions:
remote: * Stack cedar-14
remote: * Erlang 18.2.1
remote: * Elixir 1.3.2
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels
