gitlabhq/Procfile

3 lines
102 B
Plaintext
Raw Normal View History

web: bundle exec rails s -p $PORT
2012-01-09 12:30:19 +01:00
worker: bundle exec rake environment resque:work QUEUE=* VVERBOSE=1