Hello,
I added this block to run migration at the deploy
[deploy]
wait_timeout = "5m0s"
release_command = "bun run prisma:migrate"
[deploy.release_command_vm]
size = "performance-1x"
memory = "512mb"
Unfortunately, it turn the deployment to timeout (the deployment is working before) with absolutely no logs
image found: img_wd57v55myl98v38o
Watch your deployment at https://fly.io/apps/app-staging-backend/monitoring
Running app-staging-backend release_command: bun run prisma:migrate
> Waiting for 3287903fd52958 to have state: stopped
Updating release_command machine 3287903fd52958
✖ Failed: error running release_command machine: timeout reached waiting for machine's state to change
Error: release command failed - aborting deployment. error running release_command machine: timeout reached waiting for machine's state to change
So what to do? What are the checks to do?