diff options
author | Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> | 2012-01-09 13:30:19 +0200 |
---|---|---|
committer | Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> | 2012-01-09 13:30:19 +0200 |
commit | 3c9d7b7077f41ab354dd36c42bdd74345993159a (patch) | |
tree | a84caaddabdbcce21f2c79b4fbc3675e33bb3a21 /Procfile | |
parent | caa5a78863289b7703554f845dabc08ca0d53d2c (diff) | |
download | gitlab-ce-3c9d7b7077f41ab354dd36c42bdd74345993159a.tar.gz |
Procfile production, resque script
Diffstat (limited to 'Procfile')
-rw-r--r-- | Procfile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1,2 +1,2 @@ web: bundle exec rails s -p $PORT -worker: bundle exec rake environment resque:work QUEUE=* +worker: bundle exec rake environment resque:work QUEUE=* VVERBOSE=1 |