Skip to content

Instantly share code, notes, and snippets.

@pareeohnos
Created January 17, 2017 13:24
Show Gist options
  • Save pareeohnos/58a8596ad7dea5a24a8700ea6f3056f1 to your computer and use it in GitHub Desktop.
Save pareeohnos/58a8596ad7dea5a24a8700ea6f3056f1 to your computer and use it in GitHub Desktop.
$ MIX_ENV=prod mix release --env=prod
==> Assembling release..
==> Building release my_app:0.1.0 using environment dev
==> Packaging release..
==> Release successfully built!
You can run it in one of the following ways:
Interactive: _build/prod/rel/my_app/bin/my_app console
Foreground: _build/prod/rel/my_app/bin/my_app foreground
Daemon: _build/prod/rel/my_app/bin/my_app start
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment