gitlab-org--gitlab-foss/Procfile.production

3 lines
137 B
Plaintext
Raw Normal View History

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