We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e124ee0 commit 1d6ca47Copy full SHA for 1d6ca47
1 file changed
.github/workflows/main.yml
@@ -25,32 +25,3 @@ jobs:
25
26
- run: npm run lint
27
28
- deploy:
29
- runs-on: ubuntu-latest
30
- needs: build
31
- if: github.ref == 'refs/heads/main'
32
- permissions:
33
- contents: read
34
- id-token: write
35
-
36
- steps:
37
- - uses: actions/checkout@v4
38
39
- - uses: google-github-actions/auth@v2
40
- with:
41
- project_id: TODO
42
- workload_identity_provider: TODO
43
44
- - id: deploy
45
- uses: google-github-actions/deploy-cloudrun@v2
46
47
- service: mcp-server-everything
48
- region: us-central1
49
- source: .
50
- env_vars: |-
51
- BASE_URI=https://TODO
52
- REDIS_URL=redis://TODO
53
- REDIS_TLS=1
54
- secrets: |-
55
- REDIS_PASSWORD=REDIS_PASSWORD:latest
56
- REDIS_TLS_CA=REDIS_TLS_CA:latest
0 commit comments