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

前端 未结 11 1834
一整个雨季
一整个雨季 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:42

    I'm adding to Pascal Lindelauf answer - make sure your file name is "Procfile" (with a capital P) and not "procfile" (that was the case with me just now) good luck!

提交回复
热议问题