gitlab-org--gitlab-foss/Procfile

3 lines
102 B
Plaintext
Raw Normal View History

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