正常运行前30分钟。
我正在开发c9。
我使用三个命令进行部署。
git add .
git commit -m'a'
git push heroku master
我已经使用这三个命令进行部署,并且在某些时候发生了错误。
2017-11-22T14:13:32.376772+00:00 app[web.1]: bash: gunicorn: command not found
2017-11-22T14:13:32.462690+00:00 heroku[web.1]: State changed from starting to crashed
2017-11-22T14:13:33.756325+00:00 heroku[router]: at=error code=H10 desc="App crashed" method=GET path="/" host=quiet-tundra-61346.herokuapp.com request_id=964a2694-e6c3-41c6-8357-4d5aa1ae70e6 fwd="175.193.51.62" dyno= connect= service= status=503 bytes= protocol=https
我很尴尬因为我在10天内没有遇到任何问题。
当我看到差异时,它在推动heroku时与前一个不同。
remote: -----> Compressing...
remote: Done: 59.2M
此前,这个数字显然高于70米。
在c9上,它运行没有任何问题。
修改后的代码也是veiw.py逻辑。
我评论了那一部分,但同样的结果出来了。
我甚至不知道从哪里获取代码,因为我不知道哪个部分是问题。你能不能找到这些信息吗?
我在中间写了git commit -m&q; q这是一个问题吗?