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