From b1ef5ea665a5296125f0648e080bf63aef294ce3 Mon Sep 17 00:00:00 2001 From: Andrew Brown Date: Tue, 23 Jul 2019 17:25:55 -0500 Subject: [PATCH] add new groups to procfile --- Procfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Procfile b/Procfile index 5d34b934..54a358c7 100644 --- a/Procfile +++ b/Procfile @@ -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