What is the reason for “Procfile declares types -> (none)” in Heroku?

前端 未结 11 1833
一整个雨季
一整个雨季 2020-12-14 09:06

I am trying to deploy a test app to Heroku --stack cedar but every time I do my Procfile is being ignored.

It should be saying this:

Procfile declare         


        
11条回答
  •  谎友^
    谎友^ (楼主)
    2020-12-14 09:46

    Did you remember to commit your Procfile to git? I've forgotten to do this commit, done a git push heroku master, and seen the (none) message stated above.

    If you've forgotten, then commit your Procfile and perform git push heroku master again.

提交回复
热议问题