We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d056cab commit 625e07fCopy full SHA for 625e07f
.github/workflows/deploy-mcp-on-merge.yml
@@ -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