bitwalker / exrm

Automatically generate a release for your Elixir project!

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

RELEASE_CONFIG_FILE isn't respected on upgrade.

brentonannan opened this issue · comments

It seems that RELEASE_CONFIG_FILE isn't respected when used with upgrade - app/running-config/app.conf gets replaced with the app.conf provided with the release (which is all empty strings for me because secrets).

(From my comment here)

@brentonannan It did for us, I think, but we had to ensure that the user/script running the upgrade had that environment variable set, which, for us, because we were using edeliver, required us to put it in the deploy user's .profile, I believe.