A bad build never takes the site down
A deployment only takes over live traffic once it has built successfully. A failure leaves the current version serving, and redeploy ships again from what you already uploaded, without another push.
- Failed builds never replace what is running
- A newer push replaces one still waiting to build
- redeploy reuses what you already uploaded
web active next 16.1.2 2m ago └─ failed build error 40s ago# the failure did not touch the active deploymentvolcano cloud frontends logs web --type buildstill serving 16.1.2
