Y
Hacker News
new
|
ask
|
show
|
jobs
by
losvedir
2221 days ago
Once `mix release` was added natively to Elixir in 1.9, I haven't found the need to use distillery anymore. Is there still a use case?
1 comments
ch4s3
2221 days ago
Distillery has 2 strong use cases; it has config providers which allow for a lot of config flexibility and it can support hot code upgrades.
link