Skip to content

Deployment

CI/CD pipelines, deployment guides, and release management.

DocumentDescription
Deployment GuideComplete deployment instructions
Quick ReferenceFast deployment commands
CI/CD PipelineGitHub Actions pipeline documentation
CI/CD Versioning MigrationChangesets migration guide
Changesets ImplementationVersion management system
  • Development: Local Docker environment
  • Staging: Automatic deployment on staging branch
  • Production: Manual deployment from main branch
Terminal window
# Deploy to staging
git push origin staging
# Create a release
pnpm changeset
git commit -am "chore: add changeset"
git push