diaspora/Procfile
danielgrippi f2cc8b4e41 Revert "move unicorn into the heroku group till we decide if we switch completly to it or not"
This reverts commit 641cedf343.

Revert "Merge pull request #2663 from torrancew/with_unicorn"

This reverts commit 2a2efd097f, reversing
changes made to 78978f051e.
2012-01-15 16:07:00 -08:00

3 lines
104 B
Text

web: bundle exec rails s thin -p $PORT
redis: redis-server
worker: QUEUE=* bundle exec rake resque:work