Created
January 17, 2017 13:24
-
-
Save pareeohnos/58a8596ad7dea5a24a8700ea6f3056f1 to your computer and use it in GitHub Desktop.
This file contains hidden or 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
$ 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