Push a commit. Six stages run in order, each one documented, and the build that passes is the build that serves traffic.
v2.14Rollback in one commandA promotion moves an artifact that already passed the pipeline into production. Nothing is rebuilt, so what you tested is exactly what serves traffic.
export const promote = async () => {
await rollout('checkout', { canary: 10 })
}