mirror of
https://github.com/openfrontio/OpenFrontIO.git
synced 2026-06-21 11:50:42 +00:00
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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user