Environment Model
A public-safe explanation of how SGEN separates staging and production so changes can be reviewed before they affect live experiences.
Environment
The environment model is easiest to understand when broken into the two operating environments SGEN uses for controlled delivery.
Used for review, validation, and pre-release testing.
Used for live public delivery and active customer experiences.
Why environment separation matters
Environment separation reduces risk. It allows teams to verify content, behavior, and release readiness in a controlled environment before changes are promoted to the live platform.
Staging
The staging environment is used for review, validation, and pre-release testing. It allows teams to inspect changes before they are made live.
Production
The production environment is the live public-facing environment. It serves the active platform experience used by customers and site visitors.
What the environment model supports
Reader expectation
Readers should understand that staging and production are not interchangeable. Staging exists to reduce production risk and support disciplined release handling.
