discourse/config/cloud/cloud66/files/Procfile

3 lines
151 B
Plaintext
Raw Normal View History

2013-10-14 12:09:29 -04:00
web: bundle exec rails server -p $PORT
sidekiq: bundle exec sidekiq -e $RAILS_ENV
custom_web: bundle exec thin start -C config/thin.yml -e $RACK_ENV -d