You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
#### To set the buildpack of an existing Heroku app
14
+
15
+
heroku config:add BUILDPACK_URL="https://github.com/HashNuke/heroku-elixir-buildpack.git" -a APP_NAME
16
+
17
+
18
+
#### To set your Elixir and Erlang versions
19
+
20
+
* Create a `.language_versions` file in your app's root dir.
21
+
22
+
* Refer to the default `[.language_versions](https://github.com/HashNuke/heroku-elixir-buildpack/blob/master/.language_versions)` that comes with this repository for syntax. It is just a bash file.
23
+
24
+
25
+
#### Procfile
26
+
27
+
You can add your own Procfile. If you don't add one, the default profile will run `mix server -p $PORT`.
0 commit comments