git push heroku master: Heroku push rejected, no Cedar-supported app detected

前端 未结 12 882
执笔经年
执笔经年 2020-12-14 10:00

I tried running:

$ git push heroku master    
-----

Total 7121 (delta 2300), reused 6879 (delta 2228)
 !     Heroku push rejected, no Cedar-supported app de         


        
12条回答
  •  执念已碎
    2020-12-14 10:51

    You need to add the requirement.txt file to git and then push it will work of sure.

提交回复
热议问题