fly deploy stuck on "Pushing"

running fly deploy for any of my apps and they just get stuck on “Pushing”

fly deploy
==> Verifying app config
Validating /Users/tantaman/vlcn/vlcn.io/fly.toml
Platform: nomad
✓ Configuration is valid
--> Verified app config
==> Building image
Remote builder fly-builder-weathered-field-9292 ready
==> Creating build context
--> Creating build context done
==> Building image with Docker
--> docker host: 20.10.12 linux x86_64
[+] Building 9.5s (0/1)
[+] Building 0.2s (15/15) FINISHED
 => CACHED [internal] load remote build context                                                       0.0s
 => CACHED copy /context /                                                                            0.0s
 => [internal] load metadata for docker.io/library/node:16-alpine                                     0.1s
 => [builder 1/6] FROM docker.io/library/node:16-alpine@sha256:b4a72f83f52bbe3970bb74a15e44ec4cf6e87  0.0s
 => CACHED [runner 2/6] WORKDIR /app                                                                  0.0s
 => CACHED [runner 3/6] RUN addgroup --system --gid 1001 nodejs                                       0.0s
 => CACHED [runner 4/6] RUN adduser --system --uid 1001 nextjs                                        0.0s
 => CACHED [builder 2/6] RUN apk add --no-cache libc6-compat                                          0.0s
 => CACHED [builder 3/6] WORKDIR /app                                                                 0.0s
 => CACHED [builder 4/6] COPY . .                                                                     0.0s
 => CACHED [builder 5/6] RUN yarn install --frozen-lockfile                                           0.0s
 => CACHED [builder 6/6] RUN yarn build                                                               0.0s
 => CACHED [runner 5/6] COPY --from=builder /app ./                                                   0.0s
 => CACHED [runner 6/6] COPY --chown=nextjs:nodejs --from=builder /app/ ./                            0.0s
 => exporting to image                                                                                0.0s
 => => exporting layers                                                                               0.0s
 => => writing image sha256:42f8123b401e6c44ced6fc42bcf5df08d2a10ad68a83b702e2918e8c30455d32          0.0s
 => => naming to registry.fly.io/vlcnio:deployment-01GXWA2QANHXZXT76Y0FQMT6B9                         0.0s
--> Building image done
==> Pushing image to fly
The push refers to repository [registry.fly.io/vlcnio]
9ca82e7bbc82: Pushing  576.6MB

Never had any problems until today.

This topic was automatically closed 7 days after the last reply. New replies are no longer allowed.