Skip to content

Commit

Permalink
Added Procfile so that workers are configured during build
Browse files Browse the repository at this point in the history
  • Loading branch information
jdmchugh111 committed Aug 30, 2024
1 parent 3c5bea5 commit e03aee8
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Procfile
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
web: bundle exec puma -C config/puma.rb
worker: bundle exec sidekiq -C config/sidekiq.yml

0 comments on commit e03aee8

Please sign in to comment.