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

2 lines
137 B
Text

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