Skip to content

README deploy instructions #76

@tapickell

Description

@tapickell

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.config at 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

Heroku Noob

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions