Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 6 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -876,12 +876,14 @@ export GOOGLE_CLOUD_LOCATION="us-central1"
# Run setup script
./deploy/cloudrun/setup.sh

# Deploy both services
# Option A: Manual deployment with deploy.sh
./deploy/cloudrun/deploy.sh --service all --build --allow-unauthenticated

# Or deploy individually:
./deploy/cloudrun/deploy.sh --service handler --allow-unauthenticated
./deploy/cloudrun/deploy.sh --service agent --allow-unauthenticated
# Option B: CI/CD pipeline with Cloud Build (builds, pushes, and deploys everything)
gcloud builds submit --config=cloudbuild.yaml --substitutions=_ALLOW_UNAUTHENTICATED=true

# Option C: Deploy pre-built images from Quay.io (no local build)
gcloud builds submit --config=cloudbuild.yaml --substitutions=_BUILD_FROM_SOURCE=false,_ALLOW_UNAUTHENTICATED=true
```

## License
Expand Down
Loading
Loading