team@tinypod.app
Self-Hosting Drone CI: Container-Native Pipelines
Drone CI is a container-native continuous integration platform. Every step runs in isolation with simple YAML configuration.
droneci-cdcontainersdevops
What Is Drone?
Drone is a container-native CI/CD platform. Every pipeline step runs in its own Docker container, providing complete isolation.
Drone vs Woodpecker
Woodpecker is actually a fork of Drone. They're similar:
For self-hosting, Woodpecker is recommended (community-governed). But existing Drone users may prefer staying with Drone.
Features
Example Pipeline
kind: pipeline
type: docker
name: default
steps:
image: node:20
commands:
image: node:20
commands:
Deployment
Deploy on TinyPod. Resources: 1 CPU, 512 MB RAM for the server, plus resources for build agents.