From e9d0035e9e8fd4a998ff4280703e8235a3bfb226 Mon Sep 17 00:00:00 2001 From: Amr Gaber Date: Tue, 16 Jun 2026 15:26:10 -0500 Subject: [PATCH] docs: set GCP_ACCOUNT in the deploy command Match the README to scripts/deploy.sh, which now requires GCP_ACCOUNT (#8). --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 4c4302c..9ca0317 100644 --- a/README.md +++ b/README.md @@ -233,10 +233,10 @@ The API runs on Cloud Run in GCP project `treepolitics-prod` (region `us-east1`) ### Deploy a new revision -From a clean working tree on `main`: +From a clean working tree on `main` (set `GCP_ACCOUNT` to your gcloud deploy account): ```bash -./scripts/deploy.sh +GCP_ACCOUNT=you@example.com ./scripts/deploy.sh ``` The script builds via Cloud Build, pushes to Artifact Registry tagged with the current git short-SHA, and deploys a new Cloud Run revision pinned to that image.