-
Notifications
You must be signed in to change notification settings - Fork 0
Open
Description
- With phoenix,
mix releaseby itself does not make sense to use, and in fact will not produce a runnable executable.- I believe this is due to the presence of
phoenix-live-reloadin development
- I believe this is due to the presence of
- To produce a release which functions,
server: truemust be set in theconfig/prod.exsfile MIX_ENV=prod mix release --env=prodbuilds a working release after the above steps are completed.- By default it looks like releases which are serving their own static assets default to serving uncompressed css/js (I think this is a phoenix side thing)
- The hot upgrade path described in the current distillery documentation works with static assets; I have not tested against sockets yet
Metadata
Metadata
Assignees
Labels
No labels