summaryrefslogtreecommitdiff
path: root/Procfile.production
blob: f1126486512411f376b7cebbb8256247d3708506 (plain)
1
2
web: bundle exec rails s -p $PORT -e production
worker: bundle exec rake environment resque:work RAILS_ENV=production QUEUE=*