Running commands against vercel deployments
Unanswered
Jumbo flying squid posted this in #help-forum
Jumbo flying squidOP
I have prisma ORM running with next. As part of my build command, I migrate and deploy prisma changes. If a migration fails, deployment fails BUT the target database is updated to note the migration failure. To fix this, I need to run a prisma command against the deployment/active DB to mark the migration as resolved.
Question: Is there a way to run a command on the active deployment in vercel?
Question: Is there a way to run a command on the active deployment in vercel?