Skip to content

Commit

Permalink
Add Procfile
Browse files Browse the repository at this point in the history
Why these changes are being introduced:

We need a Procfile as part of our Heroku config.

Relevant ticket(s):

https://mitlibraries.atlassian.net/browse/ENGX-239

How this addresses that need:

This adds a Procfile.

Side effects of this change:

None.
  • Loading branch information
jazairi committed Nov 20, 2023
1 parent 6a925ab commit e5fac6a
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 @@
release: bundle exec rails db:migrate
web: bundle exec puma -C config/puma.rb

0 comments on commit e5fac6a

Please sign in to comment.