Pipelines & Build
Per-site build, release and maintenance jobs on a hosted runner.
Pipelines are manifest-driven container jobs attached to a site — build, release, migrate, anything. The hosted build-service runs them on a pool of Firecracker workers with registry integration and cached volumes, while logs stream live to the panel.
Technical docs
How it works
- 01 Define pipelines in .podmaker/pipelines.yml; the panel syncs them read-only from your repo.
- 02 Trigger a run from the panel, a webhook, or the API.
- 03 The build-service executes the job on an isolated Firecracker worker with cache volumes.
- 04 Log lines stream over SSE; artifacts and images land in your registry.
Technical docs
Technical docs Go deeper
Full technical reference — setup, schema and worked examples.