heroku: Add Procfile

This commit is contained in:
James Mason 2018-01-17 12:57:52 -08:00
parent 806cdbe046
commit 0a626d5d44
No known key found for this signature in database
GPG key ID: 1B3951886C449023

2
Procfile Normal file
View file

@ -0,0 +1,2 @@
web: bundle exec puma -C config/puma.rb
worker: bundle exec rails jobs:work