Skip to content

Commit 625e07f

Browse files
committed
cicd: add workflow that will deploy mcp on merge
1 parent d056cab commit 625e07f

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed
Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
name: Deploy MCP Server (Production)
2+
3+
on:
4+
push:
5+
branches:
6+
- master # Trigger only on pushes to the master branch
7+
8+
jobs:
9+
deploy:
10+
name: Deploy MCP Server
11+
uses: ./.github/workflows/deploy-mcp-server.yml
12+
secrets: inherit # Pass down secrets like CLOUDFLARE_API_TOKEN and CLOUDFLARE_ACCOUNT_ID

0 commit comments

Comments
 (0)