Operations¶
Documentation for deployment, infrastructure, and operational concerns.
Topics¶
- CI/CD Pipeline - Continuous integration and deployment workflow
- Demo Servers - Setting up and using demo environments
- Databases - Database management and operations
- Task Queue - Background task processing
- Private Repos - Working with private repositories
Deployed Environments¶
| Environment | URL | Branch |
|---|---|---|
| Dev | https://www-dev.allizom.org/ | main |
| Stage | https://www.allizom.org/ | stage |
| Production | https://www.mozilla.org/ | prod |
| Environment | URL | Branch |
|---|---|---|
| Dev | https://www-dev.springfield.moz.works/ | main |
| Stage | https://www.springfield.moz.works/ | stage |
| Production | https://www.firefox.com/ | prod |
See the CI/CD Pipeline docs for deployment details.