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
Pipelines & Build — panel view

How it works

  1. 01 Define pipelines in .podmaker/pipelines.yml; the panel syncs them read-only from your repo.
  2. 02 Trigger a run from the panel, a webhook, or the API.
  3. 03 The build-service executes the job on an isolated Firecracker worker with cache volumes.
  4. 04 Log lines stream over SSE; artifacts and images land in your registry.
Technical docs

Go deeper

Full technical reference — setup, schema and worked examples.

Technical docs