bitwalker / distillery

Simplify deployments in Elixir with OTP releases!
MIT License
2.96k stars 397 forks source link

Mix.Releases.Config.Providers.Elixir reload config when remote_console or ping commends #647

Closed absolut777 closed 5 years ago

absolut777 commented 5 years ago

Application with plugin Mix.Releases.Config.Providers.Elixir reloads config not only when application starts, but also when any commands run, e.g. ping or remote_console. Expected behavior - application reload config only with reboot, start or reload_config commands.

absolut777 commented 5 years ago

Not a problem. Plugin reload var/sys.config, but not apply this change to application.