This repository has been archived by the owner on Sep 20, 2021. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
changes for newer versions of elixir
- Loading branch information
1 parent
aa85430
commit 6400ea2
Showing
2 changed files
with
21 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters