diff options
Diffstat (limited to 'Procfile.production')
-rw-r--r-- | Procfile.production | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Procfile.production b/Procfile.production index 68e8556e9c0..f1126486512 100644 --- a/Procfile.production +++ b/Procfile.production @@ -1,2 +1,2 @@ web: bundle exec rails s -p $PORT -e production -worker: bundle exec rake environment resque:work RAILS_ENV=production QUEUE=* VVERBOSE=1 +worker: bundle exec rake environment resque:work RAILS_ENV=production QUEUE=* |