I’m unable to deploy to my fly instances via cli with fly deploy
, via GitHub Actions or locally. All builds get stuck on ‘Waiting for depot builder…’
Anyone else? Deploys worked as recently as 12 hrs ago.
I’m unable to deploy to my fly instances via cli with fly deploy
, via GitHub Actions or locally. All builds get stuck on ‘Waiting for depot builder…’
Anyone else? Deploys worked as recently as 12 hrs ago.
This has been covered frequently here. The legacy builder should be fine, if a little slower. Or you can build images on your own hardware, and push the image.
Also seeing this, seems to happen like every month. Extremely frustrating
For what it’s worth, we got this one worked out with fly support. Apparently there was a problem with Depot machines would not be provisioned correctly - the fix was to move the app builder machine to a different region (in the fly dashboard on the left under app builders).
Hope this helps anyone with the same issue!