diff --git a/.github/workflows/ci-cd-web-desktop.yml b/.github/workflows/ci-cd-web-desktop.yml index 4c37369..90d4af4 100644 --- a/.github/workflows/ci-cd-web-desktop.yml +++ b/.github/workflows/ci-cd-web-desktop.yml @@ -161,7 +161,9 @@ jobs: echo "Convex container ready (CID=$CID)" break fi - echo "Attempt $attempt: container not ready yet; sleeping 5s" + echo "Attempt $attempt: container not ready yet; forcing service restart and sleeping 5s" + docker service ps sistema_convex_backend || true + docker service update --force sistema_convex_backend || true sleep 5 done if [ -z "$CID" ]; then