I’ve open-sourced static-deploy-kit, a production-ready CI/CD framework that handles the complete deployment lifecycle for Next.js projects. It supports automatic semantic versioning, PR preview environments, and SFTP deployment with instant rollback capability.
Announcing static-deploy-kit
Features
– Three deployment contexts: production, releases, and PR sandboxes
– Automatic version bumping from PR markers (`[major]`, `[minor]`, `[patch]`)
– Smart test skipping for infrastructure-only changes
– Preview URLs automatically posted to PRs
– Backup-first deployment with symlink-based rollback
**Call to Action:**
Check out the repository, star it if useful, and feel free to open issues or PRs.