heroku: Add Procfile

This commit is contained in:
James Mason 2018-01-17 12:57:52 -08:00
parent 24396d35c2
commit c14c23fc27

2
Procfile Normal file
View file

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