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