fix(opax-mcp): use canonical service URL for agent
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 10:35:07 +00:00
parent a9cb707a6a
commit 4032376927

View File

@ -51,7 +51,7 @@ steps:
- '--region=${_REGION}' - '--region=${_REGION}'
- '--project=${PROJECT_ID}' - '--project=${PROJECT_ID}'
- '--service-account=${_MCP_SA}' - '--service-account=${_MCP_SA}'
- '--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' - '--set-env-vars=GOOGLE_CLOUD_PROJECT=${PROJECT_ID},OPAX_BASE_URL=https://opax.vauco.no,OSVAUCO_AGENT_URL=https://osvauco-agent-357036551735.us-central1.run.app'
- '--update-secrets=MCP_SECRET=mcp-server-key:latest,INTERNAL_API_KEY=INTERNAL_API_KEY:latest' - '--update-secrets=MCP_SECRET=mcp-server-key:latest,INTERNAL_API_KEY=INTERNAL_API_KEY:latest'
- '--allow-unauthenticated' - '--allow-unauthenticated'
- '--port=8080' - '--port=8080'