Skip to content

[SE-3340] Introduce separate stage and prod deploys

Boros Gábor requested to merge gabor/predictable-frontend-deploys into master

This PR changes the CI/CD logic to be able to deploy to stage and production environments separately in addition that the production deploys will require manual approval as well.

Dependencies:

  • Create stage branch called stage
  • Create production branch called production
  • After approval but before merge, notice everyone about the upcoming change

Merge deadline: None

Testing instructions:

N/A

Author notes and concerns:

  • Production branch must have the same branch protection settings that master has
  • I have no idea how to test this change before merging it, but if you have one, please let me know and I'll adjust the Testing section.
  • I have no rights yet to create the branches mentioned above, so I'll need a core member for that

Merge request reports