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.
|
||||
#!include:.gitignore
|
||||
|
||||
# Required by opax-mcp/Dockerfile during Cloud Build.
|
||||
!opax-mcp/requirements.txt
|
||||
|
||||
# Never upload local JSON credentials; retain the intentional test payload.
|
||||
*.json
|
||||
!a2h2a-test-payload.json
|
||||
|
|
|
|||
|
|
@ -25,7 +25,7 @@ BUILD_ID="$(
|
|||
--async \
|
||||
--project="${PROJECT_ID}" \
|
||||
--region="${REGION}" \
|
||||
--config="cloudbuild.deploy.yaml" \
|
||||
--config="cloudbuild.build-only.yaml" \
|
||||
--format="value(id)" \
|
||||
.
|
||||
)"
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user