将Flask应用程序部署到Heroku

时间:2017-07-02 12:40:42

标签: python heroku flask

我想在一个多月前的一个项目中更新我在heroku上的应用程序。

我只想将我的新.py应用程序推送到它。但是使用git push heroku master

时出现以下错误
  

遥控器:----->无法检测到匹配https://codon-buildpacks.s3.amazonaws.com/buildpacks/heroku/python.tgz buildpack

的应用

我的文件结构是:

enter image description here

Procfile是web: gunicorn app:app

据我所知,拥有当前的require.emts.txt并推送应该是我需要的全部内容吗?

我怎么能解决这个问题?

这是终端打印:

enter image description here

本地网页截图:

enter image description here

1 个答案:

答案 0 :(得分:0)

我通过在执行git push $ git commit -am "descrip"之前执行git commit $ git push heroku master来解决这个问题,只是执行git push导致文件识别冲突