Catalog

Blueprints

Versioned, executable playbooks. Edit in branch, promote to latest. Used by projects; never edited per-run.

ts-servicev4.2.0
Promoted

Definition

Runtime
node 20
Steps
6
Owner
platform
Used by
12 projects
Version
v4.2.0
Source
git://platform/blueprints

Pipeline

  1. 1. Provision devbox · node 20
    ~12s
  2. 2. Sync repo
    ~18s
  3. 3. Install deps
    ~30s
  4. 4. Run task
    varies
  5. 5. Lint + typecheck
    ~1m
  6. 6. Open PR
    ~8s

Spec

# blueprint.yaml — ts-service
name: "ts-service"
version: "v4.2.0"
runtime: "node 20"
steps:
  - id: provision
    use: "@firops/devbox"
  - id: sync
    use: "@firops/git-sync"
  - id: install
    run: "pnpm install --frozen-lockfile"