summaryrefslogtreecommitdiff
path: root/Procfile
blob: 09ec8cc2745ad9db21e64feecd4a29789b423952 (plain)
1
2
web: bundle exec rails s -p $PORT
worker: bundle exec rake environment resque:work QUEUE=* VVERBOSE=1