Skip to content

Commit 1d6ca47

Browse files
Setting up ci/cd
1 parent e124ee0 commit 1d6ca47

1 file changed

Lines changed: 0 additions & 29 deletions

File tree

.github/workflows/main.yml

Lines changed: 0 additions & 29 deletions
Original file line numberDiff line numberDiff line change
@@ -25,32 +25,3 @@ jobs:
2525

2626
- run: npm run lint
2727

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-
with:
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

Comments
 (0)