Use unicorn with foreman/Procfile

This commit is contained in:
Tray Torrance 2012-01-14 12:24:33 -08:00
parent cd4c880f95
commit fe72e9d45f

View file

@ -1,3 +1,3 @@
web: bundle exec rails s thin -p $PORT
web: bundle exec unicorn -c config/unicorn.rb -p $PORT
redis: redis-server
worker: QUEUE=* bundle exec rake resque:work