Skip to content

Commit

Permalink
Update Elixir version
Browse files Browse the repository at this point in the history
  • Loading branch information
Callum Barratt committed Mar 9, 2016
1 parent e28f343 commit c785734
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 5 deletions.
2 changes: 1 addition & 1 deletion Procfile
Original file line number Diff line number Diff line change
@@ -1 +1 @@
web: mix phoenix.server
web: elixir -pa _build/prod/consolidated -S mix phoenix.server --no-halt
5 changes: 1 addition & 4 deletions elixir_buildpack.config
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,10 @@
erlang_version=18.2.1

# Elixir version
elixir_version=1.2.1
elixir_version=1.2.3

# Always rebuild from scratch on every deploy?
always_rebuild=false

# Export heroku config vars
config_vars_to_export=(DATABASE_URL)

# A command to run right after compiling the app
# post_compile="pwd"

0 comments on commit c785734

Please sign in to comment.