gitlab-org--gitlab-foss/Procfile

3 lines
102 B
Plaintext
Raw Normal View History

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