diaspora/Procfile

3 lines
99 B
Text

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