diff options
author | Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> | 2012-02-19 12:36:16 +0200 |
---|---|---|
committer | Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> | 2012-02-19 12:36:16 +0200 |
commit | ee45a49c57a362305431cbf004e4590b713c910e (patch) | |
tree | 6bf6e5790f34d002cf752669e1e2282082ae0585 /Procfile.production | |
parent | a6870dd08f8f274d9a6b899f638c0c26fefaa690 (diff) | |
download | gitlab-ce-ee45a49c57a362305431cbf004e4590b713c910e.tar.gz |
preparing to v2.2
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=* |