let's say I apply a prisma migration in a github a...
# orm-help
s
let's say I apply a prisma migration in a github actions workflow --- would you do it before the successful deployment of the services or after? can't see an effective way of doing this without causing some downtime, it would be ideal if I could call an endpoint to a running 'super/bastion' service to apply the migrations from within a VPC