Sovereign CI/CD platform - built from first principles
Forge is a self-hosted CI/CD platform that allows you to run builds on your repositories without relying on external CI/CD services.
npm install
npm run dev
| Endpoint | Method | Description |
|---|---|---|
| /api/health | GET | Health check |
| /api/build | POST | Trigger a build |
| /api/build/[buildId] | GET | Get build status |
curl -X POST https://rabotatony.workers.dev/forge/api/build \
-H "Content-Type: application/json" \
-d '{"repo": "dudududi144-source/PromptForge", "branch": "main"}'
curl https://rabotatony.workers.dev/forge/api/build/build_1234567890
npm run deploy
MIT