add new groups to procfile

This commit is contained in:
Andrew Brown 2019-07-23 17:25:55 -05:00
parent 4ffaf6b51a
commit b1ef5ea665

View File

@ -1,2 +1,2 @@
web: bundle exec puma -C config/puma.rb
worker: bundle exec sidekiq -e production -C config/sidekiq.yml
web: RAILS_GROUPS=web bundle exec puma -C config/puma.rb
worker: RAILS_GROUPS=worker bundle exec sidekiq -e production -C config/sidekiq.yml