Hey there,
I’m experiencing issues with deploying a new version of an app in production.
It’s stuck at the following for a good 15mins as of time of writing.
--> Pushing image done
image: registry.fly.io/game-prod:deployment-01GCTT8EHJ53JBPC6SQ4Z0FVAP
image size: 365 MB
==> Creating release
--> release v44 created
--> You can detach the terminal anytime without stopping the deployment
==> Release command detected: /app/bin/migrate
--> This release will not be available until the release command succeeds.
Running release task (pending)...
- Using the same image, it deploys just fine on for my staging app. (Update: Now that’s stuck with the same issue too)
- There’s no deployment status I can see with
fly status
I’ve looked at the previous topics that were similar but they all seemed to have different solutions specific to them.
Appreciate any help. Thanks!