Y
Hacker News
new
|
ask
|
show
|
jobs
by
joeyspn
2221 days ago
+1 for distillery, very convenient...
https://github.com/bitwalker/distillery
1 comments
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?
link
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