How to click Procfile on Heroku?

I need to click My Procfile on Heroku, but I get this error:

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

I am working with Rails 3.0.9.

+6
source share
1 answer

As stated in the comments, Procfile only works with Cedar cedar on Heroku

+5
source

Source: https://habr.com/ru/post/894405/


All Articles