The Procfile is a simple YAML-esque file which sits in the root of your application code and is pushed to your application when you deploy.
I'm trying use Nginx + Phalcon. So I have the root folder (app) and my public folder (app/public). Inside the …
heroku procfileI have the following Procfile: web: bundle exec unicorn -p $PORT -c ./config/unicorn.rb redis: bundle exec redis-server /usr/…
ruby-on-rails ruby ruby-on-rails-3 foreman procfile