Skip to content
prod e051e98
Browse

Phase 4 · Deploy pipeline

Build the machinery that ships your app. After this phase, dep deploy staging produces a working site — because the deployer, server access, domains, SSL, and the production .env all exist and are verified.

Phase 4 — from runnable app to deployable pipeline

Phase 4 — from runnable app to deployable pipeline 1. Deployer (Page 1 · MUST) → 2. Subdomains + SSL (Page 2 · MUST) → 3. Production .env (Page 3 · MUST) → 4. CI · DNS · CDN · Release (Pages 4–7 · SHOULD) Deployer Page 1 · MUST Subdomains + SSL Page 2 · MUST Production .env Page 3 · MUST CI · DNS · CDN · Release Pages 4–7 · SHOULD
Three MUST pages unblock deployment. Four SHOULD pages (CI/ServerSync, DNS email, CDN, release + incident response) harden it and can follow the first deploy.

Clearing that gate safely is exactly what the warning below is about.

A working pipeline means you can do a real, observed deploy — that’s Phase 5 · Deploy to staging, where the app goes live on a server for the first time.


Source: distilled from the Phase 4 deploy-pipeline reference (Tasks 35–42). Exact deploy.php, DNS, and CDN configs live in the reference set.