Separate prod release environments (#1311)

## Description:

Separate prod release environments to allow each one to be approved
independently.

## Please complete the following:

- [x] I have added screenshots for all UI updates
- [x] I process any text displayed to the user through translateText()
and I've added it to the en.json file
- [x] I have added relevant tests to the test directory
- [x] I confirm I have thoroughly tested these changes and take full
responsibility for any bugs introduced
- [x] I understand that submitting code with bugs that could have been
caught through manual testing blocks releases and new features for all
contributors
This commit is contained in:
Scott Anderson
2025-06-30 20:32:44 -04:00
committed by GitHub
parent 9d25668791
commit 9ddd9ca48a
+3 -3
View File
@@ -100,7 +100,7 @@ jobs:
runs-on: ubuntu-latest
needs: [build, deploy-alpha]
timeout-minutes: 30
environment: prod
environment: prod-beta
steps:
- uses: actions/checkout@v4
- name: 🔑 Create SSH private key
@@ -154,7 +154,7 @@ jobs:
runs-on: ubuntu-latest
needs: [build, deploy-alpha]
timeout-minutes: 30
environment: prod
environment: prod-blue
steps:
- uses: actions/checkout@v4
- name: 🔑 Create SSH private key
@@ -208,7 +208,7 @@ jobs:
runs-on: ubuntu-latest
needs: [build, deploy-alpha]
timeout-minutes: 30
environment: prod
environment: prod-green
steps:
- uses: actions/checkout@v4
- name: 🔑 Create SSH private key