🚧 Experimental `Procfile` for soon-to-be log service. **May break staging**.

pull/554/head
Rick Carlino 2017-12-06 12:12:17 -06:00
parent 1d6847e833
commit b4833fab25
1 changed files with 3 additions and 0 deletions

3
Procfile 100644
View File

@ -0,0 +1,3 @@
web: bin/rails server -p $PORT -e $RAILS_ENV
log_service: bin/rails r lib/log_service.rb
worker: bundle exec rake jobs:work