gitlabhq/Procfile.production

3 lines
126 B
Text
Raw Normal View History

2012-01-09 13:30:19 +02:00
web: bundle exec rails s -p $PORT -e production
2012-02-19 12:36:16 +02:00
worker: bundle exec rake environment resque:work RAILS_ENV=production QUEUE=*