gjaldon / heroku-buildpack-phoenix-static

A Heroku buildpack for building Phoenix's static assets
MIT License
229 stars 224 forks source link

Fixed MIX_ENV doesn't change after deployment unless cache is cleared #31

Closed raysegantii closed 8 years ago

raysegantii commented 8 years ago

If the MIX_ENV is set through Heroku application config, it should be used directly and ignore the file based value.

Reference: https://github.com/HashNuke/heroku-buildpack-elixir/commit/abe76e0c3dc0400234d59d13c6627867079773a5

gjaldon commented 8 years ago

Thanks @raysegantii! 👍