Every change — yours, Claude's, a photo import — lands on staging first and is visible there within minutes. The live site only changes when you press the button below. Review staging, then publish.
Publishing fast-forwards the production branch to
staging's current state and the live site rebuilds from it (about two minutes,
once the site is on Cloudflare Pages — until cutover the button moves the
branch and nothing else is watching it). It never half-applies: the live site
either keeps its previous version or gets all of staging. Rolling back is
publishing again after a revert on staging.
How the pipeline works.