When i'm runing heroku ps:scale web=1
, I'm getting below error.
Scaling dynos... failed
No such process type web defined in Procfile.
My Procfile contains below code.
worker: python vot.py
I also did heroku run bash
and the Procfile is there and file name is also correct.
How could i solve this ?