From 8bfba2938d06056502ec836b04dd91619e2ff1f5 Mon Sep 17 00:00:00 2001 From: Gemini Agent Date: Tue, 21 Jul 2026 09:53:06 +0000 Subject: [PATCH] feat(opax-mcp): set OSVAUCO_AGENT_URL in deploy config --- cloudbuild.mcp.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/cloudbuild.mcp.yaml b/cloudbuild.mcp.yaml index 7f6981c..605d0b0 100644 --- a/cloudbuild.mcp.yaml +++ b/cloudbuild.mcp.yaml @@ -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'