Deploy History and Rollback
planned
Track deploy history with content hashing, diff previews, and one-command rollback
Track deploy history and enable rollback.
- Deploy log:
.deploy-log.jsonwith timestamp, target, commit hash, build duration, and content hash - Deploy diff:
seite deploy--dry-runshows new/modified/deleted files compared to last deploy - Rollback:
seite deployrollbackrestores previous deploy using Netlify/Cloudflare APIs or git history - Atomic deploys: skip deploy if content hash unchanged since last deploy