-
Notifications
You must be signed in to change notification settings - Fork 0
Open
Labels
Description
Summary
Set up CI/CD pipeline for staging environment
Requirements
- Automated deployment to staging on push to staging branch
- Run tests before deployment
- Environment-specific configuration
- Rollback capability
Benefits
- Test changes in production-like environment before main deployment
- Catch issues early
- Faster development iteration