Skip to content

Latest commit

 

History

History
65 lines (50 loc) · 2.98 KB

environments.md

File metadata and controls

65 lines (50 loc) · 2.98 KB

< Back to Navigation

Environments

There are three permanent environments for NPQ and a fourth set of transient environments, the three permanent are sandbox, dev (Staging in Azure) , and production. The fourth transient set are review apps

Review Apps

  • Deployed on raising a PR/merging to a branch (branching off main only). Destroyed when the PR is merged/closed.
  • Part of the test Azure space.
  • Used internally by team members to review changes prior to deploying.
  • https://npq-registration-review--web.test.teacherservices.cloud

Staging

Sandbox

Migration

Separation

  • Deployed on merging to main.
  • Part of the production Azure space.
  • Temporary environment for NPQ separation work.
  • Enables lead providers and other external users to explore the NPQ separation endpoints.
  • Migration feature (for NPQ separation) is currently disabled as we have no corresponding environment in ECF to pull from.
  • https://npq-registration-separation-web.teacherservices.cloud
  • View deployed commit

Production