feat(opax-mcp): set OSVAUCO_AGENT_URL in deploy config
Some checks are pending
Check Python Version Consistency / Check Python Version (push) Waiting to run

This commit is contained in:
Gemini Agent 2026-07-21 09:53:06 +00:00
parent f09d63d954
commit 8bfba2938d

View File

@ -51,8 +51,8 @@ steps:
- '--region=${_REGION}'
- '--project=${PROJECT_ID}'
- '--service-account=${_MCP_SA}'
- '--set-env-vars=GOOGLE_CLOUD_PROJECT=${PROJECT_ID},OPAX_BASE_URL=https://opax.vauco.no'
- '--update-secrets=MCP_SECRET=mcp-server-key:latest'
- '--set-env-vars=GOOGLE_CLOUD_PROJECT=${PROJECT_ID},OPAX_BASE_URL=https://opax.vauco.no,OSVAUCO_AGENT_URL=https://osvauco-agent-zjbqp3prqq-uc.a.run.app'
- '--update-secrets=MCP_SECRET=mcp-server-key:latest,INTERNAL_API_KEY=INTERNAL_API_KEY:latest'
- '--allow-unauthenticated'
- '--port=8080'
- '--memory=512Mi'