Skip to content

Latest commit

 

History

History
21 lines (14 loc) · 600 Bytes

distillery_elixir.md

File metadata and controls

21 lines (14 loc) · 600 Bytes

mix help release # full help

#phoenix build

./node_modules/brunch/bin/brunch b -p     # build assets in prod
MIX_ENV=prod mix phoenix.digest
mix release --env=prod


==> Release successfully built!
    You can run it in one of the following ways:
      Interactive: _build/prod/rel/eq8/bin/eq8 console
      Foreground: _build/prod/rel/eq8/bin/eq8 foreground
      Daemon: _build/prod/rel/eq8/bin/eq8 start