fix: add missing checkout of repo #2
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| name: Deploy MCP Server (Production) | |
| on: | |
| push: | |
| branches: | |
| - master # Trigger only on pushes to the master branch | |
| jobs: | |
| deploy: | |
| name: Deploy MCP Server | |
| uses: ./.github/workflows/deploy-mcp-server.yml | |
| secrets: inherit # Pass down secrets like CLOUDFLARE_API_TOKEN and CLOUDFLARE_ACCOUNT_ID |