File tree Expand file tree Collapse file tree 1 file changed +10
-7
lines changed
Expand file tree Collapse file tree 1 file changed +10
-7
lines changed Original file line number Diff line number Diff line change 3838
3939 - uses : google-github-actions/auth@v2
4040 with :
41- project_id : TODO
42- workload_identity_provider : TODO
41+ project_id : mcp-server-everything
42+ workload_identity_provider : projects/625462337716/locations/global/workloadIdentityPools/github-actions-pool/providers/github-provider
4343
4444 - id : deploy
4545 uses : google-github-actions/deploy-cloudrun@v2
4848 region : us-central1
4949 source : .
5050 env_vars : |-
51- BASE_URI=https://TODO
52- REDIS_URL=redis://TODO
53- REDIS_TLS=1
51+ BASE_URI=https://example-server.modelcontextprotocol.io/sse
52+ NODE_ENV=production
53+ REDIS_TLS=0
5454 secrets : |-
55- REDIS_PASSWORD=REDIS_PASSWORD:latest
56- REDIS_TLS_CA=REDIS_TLS_CA:latest
55+ REDIS_URL=REDIS_URL:latest
56+ flags : |-
57+ --vpc-connector=redis-connector
58+ --service-account=cloudrun-service@mcp-server-everything.iam.gserviceaccount.com
59+ --allow-unauthenticated
You can’t perform that action at this time.
0 commit comments