miolab / phoenix_dev_containers_no_ecto

Phoenixのno-ecto版Docker開発用リポジトリ
0 stars 0 forks source link

CD後、実際にデプロイ反映がされていない #20

Closed miolab closed 3 years ago

miolab commented 3 years ago

https://github.com/miolab/phoenix_dev_containers_no_ecto/issues/11

2021-01-19T23:02:41.494439+00:00 heroku[web.1]: Starting process with command `mix phx.server --no-halt`
2021-01-19T23:02:44.690129+00:00 app[web.1]: Unchecked dependencies for environment prod:
2021-01-19T23:02:44.690150+00:00 app[web.1]: * telemetry_metrics (Hex package)
2021-01-19T23:02:44.690254+00:00 app[web.1]: the dependency is not available, run "mix deps.get"
2021-01-19T23:02:44.690285+00:00 app[web.1]: * phoenix_live_dashboard (Hex package)
2021-01-19T23:02:44.690362+00:00 app[web.1]: the dependency is not available, run "mix deps.get"
2021-01-19T23:02:44.690390+00:00 app[web.1]: * telemetry_poller (Hex package)
2021-01-19T23:02:44.690421+00:00 app[web.1]: the dependency is not available, run "mix deps.get"
2021-01-19T23:02:44.690456+00:00 app[web.1]: * gettext (Hex package)
2021-01-19T23:02:44.690501+00:00 app[web.1]: the dependency is not available, run "mix deps.get"
2021-01-19T23:02:44.690528+00:00 app[web.1]: * jason (Hex package)
2021-01-19T23:02:44.690555+00:00 app[web.1]: the dependency is not available, run "mix deps.get"
2021-01-19T23:02:44.690584+00:00 app[web.1]: * phoenix_html (Hex package)
2021-01-19T23:02:44.690617+00:00 app[web.1]: the dependency is not available, run "mix deps.get"
2021-01-19T23:02:44.690642+00:00 app[web.1]: * phoenix (Hex package)
2021-01-19T23:02:44.690662+00:00 app[web.1]: the dependency is not available, run "mix deps.get"
2021-01-19T23:02:44.690694+00:00 app[web.1]: * plug_cowboy (Hex package)
2021-01-19T23:02:44.690724+00:00 app[web.1]: the dependency is not available, run "mix deps.get"
2021-01-19T23:02:44.692577+00:00 app[web.1]: ** (Mix) Can't continue due to errors on dependencies
2021-01-19T23:02:44.737144+00:00 heroku[web.1]: Process exited with status 1
2021-01-19T23:02:44.772140+00:00 heroku[web.1]: State changed from starting to crashed