gitlab-org--gitlab-foss/Procfile
2012-01-09 13:30:19 +02:00

2 lines
102 B
Text

web: bundle exec rails s -p $PORT
worker: bundle exec rake environment resque:work QUEUE=* VVERBOSE=1