add elixir build config
This commit is contained in:
parent
1814aca4e9
commit
61e757d9e9
1 changed files with 12 additions and 0 deletions
12
elixir_buildpack.config
Normal file
12
elixir_buildpack.config
Normal file
|
|
@ -0,0 +1,12 @@
|
||||||
|
# Erlang version
|
||||||
|
erlang_version=25.2
|
||||||
|
|
||||||
|
# Elixir version
|
||||||
|
elixir_version=1.14.3
|
||||||
|
|
||||||
|
# Always rebuild from scratch on every deploy?
|
||||||
|
always_rebuild=false
|
||||||
|
|
||||||
|
# Create a release using `mix release`? (requires Elixir 1.9)
|
||||||
|
release=true
|
||||||
|
|
||||||
Loading…
Add table
Reference in a new issue