fix(deploy): include MCP requirements in Cloud Build context

This commit is contained in:
Chris Christiansen 2026-09-19 12:39:31 +00:00
parent 35254145ca
commit c7c96efd12
2 changed files with 4 additions and 1 deletions

View File

@ -1,6 +1,9 @@
# Keep Cloud Build uploads aligned with repository exclusions. # Keep Cloud Build uploads aligned with repository exclusions.
#!include:.gitignore #!include:.gitignore
# Required by opax-mcp/Dockerfile during Cloud Build.
!opax-mcp/requirements.txt
# Never upload local JSON credentials; retain the intentional test payload. # Never upload local JSON credentials; retain the intentional test payload.
*.json *.json
!a2h2a-test-payload.json !a2h2a-test-payload.json

View File

@ -25,7 +25,7 @@ BUILD_ID="$(
--async \ --async \
--project="${PROJECT_ID}" \ --project="${PROJECT_ID}" \
--region="${REGION}" \ --region="${REGION}" \
--config="cloudbuild.deploy.yaml" \ --config="cloudbuild.build-only.yaml" \
--format="value(id)" \ --format="value(id)" \
. .
)" )"