mirror of
https://github.com/cisagov/manage.get.gov.git
synced 2025-07-21 02:06:03 +02:00
Add new developer sandbox 'jon' infrastructure
This commit is contained in:
parent
e6e69b237f
commit
d06af6f6d8
5 changed files with 31 additions and 0 deletions
1
.github/workflows/deploy-sandbox.yaml
vendored
1
.github/workflows/deploy-sandbox.yaml
vendored
|
@ -23,6 +23,7 @@ jobs:
|
|||
deploy:
|
||||
if: |
|
||||
${{startsWith(github.head_ref, 'ik/')
|
||||
|| startsWith(github.head_ref, 'jon')
|
||||
|| startsWith(github.head_ref, 'sspj/')
|
||||
|| startsWith(github.head_ref, 'mr/')
|
||||
|| startsWith(github.head_ref, 'nmb/')
|
||||
|
|
1
.github/workflows/migrate.yaml
vendored
1
.github/workflows/migrate.yaml
vendored
|
@ -14,6 +14,7 @@ on:
|
|||
description: Which environment should we run migrations for?
|
||||
options:
|
||||
- stable
|
||||
- jon
|
||||
- lmm
|
||||
- ik
|
||||
- sspj
|
||||
|
|
1
.github/workflows/reset-db.yaml
vendored
1
.github/workflows/reset-db.yaml
vendored
|
@ -15,6 +15,7 @@ on:
|
|||
description: Which environment should we flush and re-load data for?
|
||||
options:
|
||||
- stable
|
||||
- jon
|
||||
- lmm
|
||||
- ik
|
||||
- sspj
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue