From 9ddd9ca48a4af6a68e41b1a54d540d91d73029f6 Mon Sep 17 00:00:00 2001 From: Scott Anderson <662325+scottanderson@users.noreply.github.com> Date: Mon, 30 Jun 2025 20:32:44 -0400 Subject: [PATCH] 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 --- .github/workflows/release.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 3e59a1603..be381cf97 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -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