Debug: Logs detallados en connection.update y eliminar healthcheck
All checks were successful
build-and-deploy / build-and-deploy (push) Successful in 52s

This commit is contained in:
2025-12-02 19:31:48 -06:00
parent 4bd498a17c
commit 9ebbacf03b
2 changed files with 16 additions and 15 deletions

View File

@@ -43,10 +43,4 @@ jobs:
run: docker compose --project-name $APP_NAME down --remove-orphans || true
- name: Update stack
run: docker compose --project-name $APP_NAME up -d --wait
- name: Health check
run: |
echo "Waiting for application to be ready..."
sleep 15
curl -sf https://${{ vars.APP_DOMAIN }}/api/health || echo "Health check warning - may need more time to start"
run: docker compose --project-name $APP_NAME up -d