在heroku上部署我的应用程序时遇到问题。 我遵循了包括破折号教程和其他一些教程的教程,但仍然无法找出我做错了什么。 我一步一步地做到这一点:
freeze >requirements.txt
)并锁定我的要求等... 在这个heroku很高兴并部署了我的应用程序之后,但是当我转到Web部署时,发生了一些错误。我试图更新恐龙,但这也不行。
如果有人想部署它,这是我的github存储库:https://github.com/jmbruges/pcV3.git
这是我得到的日志错误:
019-05-08T08:17:37.782961+00:00 app[api]: Release v4 created by user javier.bruges@miun.se
2019-05-08T08:18:12.000000+00:00 app[api]: Build succeeded
2019-05-08T08:18:16.420769+00:00 heroku[router]: at=error code=H14 desc="No web processes running" method=GET path="/" host=pc-poincare-v3.herokuapp.com request_id=7e0bcbda-7e0a-4044-bad3-93b0c3032b2b fwd="193.10.110.224" dyno= connect= service= status=503 bytes= protocol=https
2019-05-08T08:20:14.395096+00:00 app[api]: Starting process with command `heroku ps:scale web=1` by user javier.bruges@miun.se
2019-05-08T08:20:26.411807+00:00 heroku[run.1831]: State changed from starting to up
2019-05-08T08:20:26.213707+00:00 heroku[run.1831]: Awaiting client
2019-05-08T08:20:26.516875+00:00 heroku[run.1831]: Starting process with command `heroku ps:scale web=1`
2019-05-08T08:20:30.827949+00:00 heroku[run.1831]: State changed from up to complete
2019-05-08T08:20:30.809159+00:00 heroku[run.1831]: Process exited with status 127
2019-05-08T08:58:32.680284+00:00 heroku[router]: at=error code=H14 desc="No web processes running" method=GET path="/" host=pc-poincare-v3.herokuapp.com request_id=03606f5e-1d4c-42a8-8f5e-a4ae7a051958 fwd="193.10.110.224" dyno= connect= service= status=503 bytes= protocol=https
Disconnected from log stream. There may be events happening that you do not see here! Attempting to reconnect...