distillery-test
distillery-test copied to clipboard
Elixir application which demonstrates a bare-minimum release-ready app using Distillery.
Following the instructions in the readme: `mix release --env=prod` gives: `mix release --env=prod ** (Mix) Could not invoke task "release": 1 error found! --env : Unknown option` `mix help release'...
This is a solution to that issue - https://github.com/bitwalker/distillery-test/issues/10 Tested on Erlang/OTP 22, Elixir 1.9.3
After running the first half of the command from the README I get this response from ping: ``` llowder: /tmp/test$ cd /tmp/test && tar -xf test.tar.gz && ./bin/test start [...