lewazo / boreale

:evergreen_tree: A very lightweight authentication service for Traefik

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Upgrade to latest Elixir version and use Mix Releases instead of Distillery

lewazo opened this issue · comments

Since this project was started, Elixir 1.9 released and brought it's own OTP releases builder called mix releases. Since it is a subset of Distillery, those releases are smaller. We do not use any advanced Distillery features so we should use the mix solution instead.