Procfile.heroku 257 B

1234
  1. # This Procfile is intended for Heroku, and is detected by the Gemfile. DO NOT REMOVE THIS LINE!
  2. # deployment/heroku/unicorn.rb is a special Unicorn config file that also spawns workers.
  3. web: bundle exec unicorn -p $PORT -c ./deployment/heroku/unicorn.rb