mirror of
https://github.com/openfrontio/OpenFrontIO.git
synced 2026-08-18 09:14:09 +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
|
runs-on: ubuntu-latest
|
||||||
needs: [build, deploy-alpha]
|
needs: [build, deploy-alpha]
|
||||||
timeout-minutes: 30
|
timeout-minutes: 30
|
||||||
environment: prod
|
environment: prod-beta
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v4
|
- uses: actions/checkout@v4
|
||||||
- name: 🔑 Create SSH private key
|
- name: 🔑 Create SSH private key
|
||||||
@@ -154,7 +154,7 @@ jobs:
|
|||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
needs: [build, deploy-alpha]
|
needs: [build, deploy-alpha]
|
||||||
timeout-minutes: 30
|
timeout-minutes: 30
|
||||||
environment: prod
|
environment: prod-blue
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v4
|
- uses: actions/checkout@v4
|
||||||
- name: 🔑 Create SSH private key
|
- name: 🔑 Create SSH private key
|
||||||
@@ -208,7 +208,7 @@ jobs:
|
|||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
needs: [build, deploy-alpha]
|
needs: [build, deploy-alpha]
|
||||||
timeout-minutes: 30
|
timeout-minutes: 30
|
||||||
environment: prod
|
environment: prod-green
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v4
|
- uses: actions/checkout@v4
|
||||||
- name: 🔑 Create SSH private key
|
- name: 🔑 Create SSH private key
|
||||||
|
|||||||
Reference in New Issue
Block a user