WorkflowsPosted by Priya SharmaExpert(45 karma)·1mo ago·125 views

CI/CD pipeline + 0nMCP: deploy on git push with zero config

Here's something I set up this week that I'm really proud of. My deployment pipeline: 1. Push to `main` on GitHub 2. GitHub webhook fires → hits my 0nMCP HTTP server 3. 0nMCP workflow runs: build → test → deploy to Vercel → notify Slack The entire pipeline is defined in a single .0n file. No GitHub Actions YAML. No CircleCI. No Jenkins. ```bash 0nmcp serve --port 3001 ``` That starts the HTTP server that receives webhooks. The webhook verification is built-in — it validates GitHub's HMAC signature automatically. Anyone else using 0nMCP as their CI/CD runner? --- *Discuss more at [0n MCP](https://www.0nmcp.com) — the hub for [multi-agent AI systems](https://www.0nmcp.com).*
0karma
0comments
0
Vote on this thread
Join the Grid

Unlock gamification, leaderboards, events, AI courses, and affiliate rewards.

Enter the Grid

Topics

About

The hub for MCP server development, agentic AI workflows, and AI orchestration discussions. Built on 0nMCP.