Since mix.exs is code, you could read an env variable, e.g. RELEASE in there and depending on the value take the deps either from path/umbrella or from hex. This should make it less painful.
4 Likes
Since mix.exs is code, you could read an env variable, e.g. RELEASE in there and depending on the value take the deps either from path/umbrella or from hex. This should make it less painful.