Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[devops] setup CI/CD for running database migrations #171

Open
davidlhw opened this issue Jun 17, 2024 · 0 comments
Open

[devops] setup CI/CD for running database migrations #171

davidlhw opened this issue Jun 17, 2024 · 0 comments
Labels
enhancement New user-facing feature or request. This Label is used as a category on release notes.

Comments

@davidlhw
Copy link
Contributor

Features

Core

  • run prisma migrate dev on staging database with every pull request (to preview changes on stage)
  • run prisma migrate deploy on prod database with every release

Optional

  • if possible, include a manual triggerable workflow that can revert changes made in that particular PR with new migration

Implementation

@davidlhw davidlhw added the enhancement New user-facing feature or request. This Label is used as a category on release notes. label Jun 17, 2024
@davidlhw davidlhw changed the title [devops] setup CI/CD for running migrations [devops] setup CI/CD for running database migrations Jun 17, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New user-facing feature or request. This Label is used as a category on release notes.
Projects
None yet
Development

No branches or pull requests

1 participant