Skip to content

Add Procfile - #437

Merged
jazairi merged 1 commit into
mainfrom
rails8
Jul 27, 2026
Merged

Add Procfile#437
jazairi merged 1 commit into
mainfrom
rails8

Conversation

@jazairi

@jazairi jazairi commented Jul 24, 2026

Copy link
Copy Markdown
Contributor

Following a recent production deploy, GeoData went
offline because the release had no runnable web
process. It's unclear as yet why this happened in
a one-off manner, but adding a Procfile should
prevent it from occurring again.

Developer

Accessibility
  • ANDI or WAVE has been run in accordance to our guide.
  • This PR contains no changes to the view layer.
  • New issues flagged by ANDI or WAVE have been resolved.
  • New issues flagged by ANDI or WAVE have been ticketed (link in the Pull Request details above).
  • No new accessibility issues have been flagged.
New ENV
  • All new ENV is documented in README.
  • All new ENV has been added to Heroku Pipeline, Staging and Prod.
  • ENV has not changed.
Approval beyond code review
  • UXWS/stakeholder approval has been confirmed.
  • UXWS/stakeholder review will be completed retroactively.
  • UXWS/stakeholder review is not needed.
Additional context needed to review

E.g., if the PR includes updated dependencies and/or data
migration, or how to confirm the feature is working.

Code Reviewer

Code
  • I have confirmed that the code works as intended.
  • Any CodeClimate issues have been fixed or confirmed as
    added technical debt.
Documentation
  • The commit message is clear and follows our guidelines
    (not just this pull request message).
  • The documentation has been updated or is unnecessary.
  • New dependencies are appropriate or there were no changes.
Testing
  • There are appropriate tests covering any new functionality.
  • No additional test coverage is required.

@coveralls

coveralls commented Jul 24, 2026

Copy link
Copy Markdown

Coverage Report for CI Build 30289156986

Coverage remained the same at 98.384%

Details

  • Coverage remained the same as the base build.
  • Patch coverage: No coverable lines changed in this PR.
  • No coverage regressions found.

Uncovered Changes

No uncovered changes found.

Coverage Regressions

No coverage regressions found.


Coverage Stats

Coverage Status
Relevant Lines: 1547
Covered Lines: 1522
Line Coverage: 98.38%
Coverage Strength: 85.47 hits per line

💛 - Coveralls

@mitlib
mitlib temporarily deployed to timdex-ui-pi-rails8-qx45tu0jjg July 24, 2026 17:04 Inactive
@mitlib
mitlib temporarily deployed to timdex-ui-pi-rails8-86bxyhynv7 July 24, 2026 17:14 Inactive
@mitlib
mitlib temporarily deployed to timdex-ui-pi-rails8-rfhrc6q6xt July 24, 2026 17:21 Inactive
@mitlib
mitlib temporarily deployed to timdex-ui-pi-rails8-mqfukleq4c July 24, 2026 17:34 Inactive
@mitlib
mitlib temporarily deployed to timdex-ui-pi-rails8-v26cuwoazy July 24, 2026 17:41 Inactive
@mitlib
mitlib temporarily deployed to timdex-ui-pi-rails8-pocuefziky July 24, 2026 17:47 Inactive
Following a recent production deploy, GeoData went
offline because the release had no runnable web
process. It's unclear as yet why this happened in
a one-off manner, but adding a Procfile should
prevent it from occuring again.
@jazairi
jazairi temporarily deployed to timdex-ui-pi-rails8-pocuefziky July 27, 2026 17:25 Inactive

@JPrevost JPrevost left a comment

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This is likely correct for this app at this time. We'll need to remember to add a db:migrate line in if we ever actually use the database (which I don't think we do at all currently).

@jazairi

jazairi commented Jul 27, 2026

Copy link
Copy Markdown
Contributor Author

@JPrevost Correct, the db is not in use. I initially had that line in, but it seemed best to leave it out for now.

@jazairi
jazairi merged commit e0874f1 into main Jul 27, 2026
6 checks passed
@jazairi
jazairi deleted the rails8 branch July 27, 2026 17:33
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants