Skip to content

Production sitting issue#87

Merged
kentcdodds merged 1 commit intomainfrom
cursor/production-sitting-issue-3c36
Feb 4, 2026
Merged

Production sitting issue#87
kentcdodds merged 1 commit intomainfrom
cursor/production-sitting-issue-3c36

Conversation

@kentcdodds
Copy link
Copy Markdown
Member

@kentcdodds kentcdodds commented Feb 4, 2026

Test Plan

  1. Trigger a new deployment.
  2. Verify the deployment completes successfully without health check timeouts or rollbacks.

Checklist

  • Tests updated
  • Docs updated

Screenshots


Open in Cursor Open in Web


Note

Low Risk
Single config change to the startup migration command; low blast radius, with the main risk being an incorrect Prisma binary path causing migrations to fail on deploy.

Overview
Updates Fly LiteFS startup to run database migrations using the app’s locally installed Prisma CLI (/myapp/node_modules/.bin/prisma migrate deploy) instead of bunx prisma@7, avoiding on-start dependency downloads and reducing boot time/health-check timeouts.

Written by Cursor Bugbot for commit 651c9d8. This will update automatically on new commits. Configure here.

Co-authored-by: Kent C. Dodds <me+github@kentcdodds.com>
@cursor
Copy link
Copy Markdown

cursor bot commented Feb 4, 2026

Cursor Agent can help with this pull request. Just @cursor in comments and I'll start working on changes in this branch.
Learn more about Cursor Agents

@kentcdodds kentcdodds marked this pull request as ready for review February 4, 2026 05:22
@kentcdodds kentcdodds merged commit 58e14ca into main Feb 4, 2026
6 of 7 checks passed
@kentcdodds kentcdodds deleted the cursor/production-sitting-issue-3c36 branch February 4, 2026 05:22
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.

2 participants