diff --git a/docs/despliegue-cloudrun.md b/docs/despliegue-cloudrun.md index a7f866b..c1347d7 100644 --- a/docs/despliegue-cloudrun.md +++ b/docs/despliegue-cloudrun.md @@ -145,6 +145,8 @@ Required GitHub Secrets: Notes: - Uses Workload Identity Federation (OIDC) for GCP auth (no keys). - Deploys on `main` and on manual trigger. +- Cloud Build logs are sent to `gs://ultra-acre-431617-p0-cloudbuild-logs` to avoid log streaming failures. +- The deploy service account requires `roles/logging.viewer` and write access to the log bucket. ---