Debug: Logs detallados en connection.update y eliminar healthcheck
All checks were successful
build-and-deploy / build-and-deploy (push) Successful in 52s
All checks were successful
build-and-deploy / build-and-deploy (push) Successful in 52s
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user