diaspora/Procfile
2012-01-14 12:25:51 -08:00

3 lines
120 B
Text

web: bundle exec unicorn -c config/unicorn.rb -p $PORT
redis: redis-server
worker: QUEUE=* bundle exec rake resque:work