Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How to push Procfile to Heroku?

I need to push my Procfile to Heroku but I get this error :

"Heroku push rejected, Procfile is not supported on the Bamboo stack"

I'm running with Rails 3.0.9.

like image 304
PEF Avatar asked Aug 05 '11 18:08

PEF


1 Answers

As said in the comments, Procfile only works with Cedar stack on Heroku

like image 57
PEF Avatar answered Sep 30 '22 21:09

PEF