Hi,
I have an app that I was able to deploy without issues until about 6 hours ago. After that anytime I run fly deploy
, it gets stuck on Sending build context to Docker daemon
forever.
▲ fly deploy --remote-only
==> Verifying app config
--> Verified app config
==> Building image
Remote builder fly-builder-morning-sunset-6140 ready
==> Creating build context
--> Creating build context done
==> Building image with Docker
--> docker host: 20.10.12 linux x86_64
[+] Building 879.2s (0/1)
=> [internal] load remote build context 879.2s
Sending build context to Docker daemon 1.067MB
So far, I’ve tried:
- Deleting the builder
- Changing the app region (from
yyz
toewr
anddfw
) - Connecting to 3 different ISPs/networks
- Redeploying a previously deployed commit/version
But it still does not work. The interesting thing is I can still deploy my other apps without issues like before. Note that in all this time, it only uploaded ~1MB above (however in multiple retries, sometimes it’s able to upload up to 5-7MB).
Any help would be appreciated as I have an urgent deploy that needs to go out! Thank you!