Skip to content
This repository has been archived by the owner on Sep 20, 2021. It is now read-only.

Commit

Permalink
changes for newer versions of elixir
Browse files Browse the repository at this point in the history
  • Loading branch information
markkauffman2000 committed Nov 6, 2018
1 parent aa85430 commit 6400ea2
Show file tree
Hide file tree
Showing 2 changed files with 21 additions and 0 deletions.
20 changes: 20 additions & 0 deletions elixir_buildpack.config
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
# Erlang version
erlang_version=20

# Elixir version
elixir_version=1.6.0

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

# A command to run right before fetching dependencies
hook_pre_fetch_dependencies="pwd"

# A command to run right before compiling the app (after elixir, .etc)
hook_pre_compile="pwd"

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

# Set the path the app is run from
runtime_path=/app
1 change: 1 addition & 0 deletions mix.exs
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,7 @@ defmodule PhoenixDSK.Mixfile do
{:poison, "~> 2.0"},
{:httpotion, "~> 3.0.2"},
{:gettext, "~> 0.11"},
{:plug_cowboy, "~> 1.0"},
{:cowboy, "~> 1.0"}]
end

Expand Down

0 comments on commit 6400ea2

Please sign in to comment.