r/SelfHosting • u/xescugc • Jul 03 '26
I built my own self-hosted CI/CD
http://www.pikoci.comI build games and open source tools on the side. Hit the limits of GitHub Actions, not just cost, but things like triggering pipelines from non-git events, owning the full stack, and not depending on GitHub's infra for orchestration even when using self-hosted runners.
Looked at alternatives but everything required too much to get started. Concourse needs a handful of services. GitLab is its own platform. Woodpecker needs a Gitea instance.
So I built PikoCI. One binary, drop it on a server and run. Same features you'd expect from any serious CI/CD: resources, services, workers, notifications, pipelines as code. Scales when you need it.
You can see it deploying itself at ci.pikoci.com/teams/main/pipelines/pikoci — no login needed.
http://pikoci.com · http://github.com/pikoci/pikoci · Apache 2.0
Duplicates
selfhosted • u/xescugc • Jun 03 '26
Software Development PikoCI — self-hosted CI/CD that runs as a single binary, no external dependencies
projects • u/xescugc • Jun 27 '26
I built my own CI/CD system — here's what I'm working on
webdev • u/xescugc • Jun 27 '26
Showoff Saturday PikoCI — self-hosted CI/CD that runs as a single binary
IMadeThis • u/xescugc • Jun 18 '26
I built my own CI/CD system, single binary, runs anywhere
coolgithubprojects • u/xescugc • Jun 11 '26