how do you all handle prisma migrations in CI/CD with multiple environments?
should I have my CI/CD run a prisma command in staging/prod branches to run the migrations that were created in dev?
or should I be doing migrations manually?
c
Chris Tsongas
11/21/2021, 6:53 AM
For deploying to Heroku I created the following Procfile: