Unable to deploy basic Elixir Phoenix app

I noticed that your runtime.exs file is using :hello_elixir as the application name. That needs to changed to your app name :test.

1 Like