Deployment
CI/CD pipelines, deployment guides, and release management.
Contents
Section titled βContentsβ| Document | Description |
|---|---|
| Deployment Guide | Complete deployment instructions |
| Quick Reference | Fast deployment commands |
| CI/CD Pipeline | GitHub Actions pipeline documentation |
| CI/CD Versioning Migration | Changesets migration guide |
| Changesets Implementation | Version management system |
Environments
Section titled βEnvironmentsβ- Development: Local Docker environment
- Staging: Automatic deployment on
stagingbranch - Production: Manual deployment from
mainbranch
Quick Commands
Section titled βQuick Commandsβ# Deploy to staginggit push origin staging
# Create a releasepnpm changesetgit commit -am "chore: add changeset"git push