Elixir: Infinite Loop when running Config.Provider?

I eventually solved this by cleaning up my deploy command.

After being unable to solve this issue, I realized that deploying via Github Actions was the culprit. I could deploy manually and the app ran fine, but when attempting to deploy via CI it would hang.

Hope that helps