fix(deploy): include MCP requirements in Cloud Build context
This commit is contained in:
parent
35254145ca
commit
c7c96efd12
|
|
@ -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
|
||||||
|
|
|
||||||
|
|
@ -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)" \
|
||||||
.
|
.
|
||||||
)"
|
)"
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user