Deployment
Environments
| Environment | URL |
|---|---|
| Production | https://statista.com/registration |
| Stage | https://stage.statista.com/registration |
Production
The deployment to production is automated and runs every morning around 11:00 CET via the Merge to Production workflow.
For an additional deployment outside the schedule, use the same
"Merge to Production" GitHub Action. Do not merge manually into the
production branch.
Stage
Every PR merged into the main branch is automatically deployed to stage.
Develop (PR previews)
Every code change must go through a pull request. PRs require all checks (tests, deployment) to pass and a review before merging. Each PR is deployed to its own preview environment — look for the "show environments" link on the PR page.