Skip to content

Commit be67258

Browse files
committed
Update environment options
1 parent 110cb2d commit be67258

File tree

6 files changed

+6
-6
lines changed

6 files changed

+6
-6
lines changed

.github/workflows/deploy-dependencies.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ on:
99
default: "dev"
1010
type: choice
1111
options:
12-
- ""
12+
- demo-prod
1313
jobs:
1414
github-to-k8s-sync-env:
1515
uses: ./.github/workflows/github-to-k8s-sync-env.yml

.github/workflows/deploy-opencrvs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ on:
2929
default: "dev"
3030
type: choice
3131
options:
32-
- ""
32+
- demo-prod
3333
reset:
3434
description: "Reset environment after deploy"
3535
required: false

.github/workflows/k8s-reindex.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ on:
99
default: "dev"
1010
type: choice
1111
options:
12-
- ""
12+
- demo-prod
1313
workflow_call:
1414
inputs:
1515
environment:

.github/workflows/k8s-reset-data.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ on:
1414
default: "dev"
1515
type: choice
1616
options:
17-
- ""
17+
- demo-prod
1818
workflow_call:
1919
inputs:
2020
environment:

.github/workflows/k8s-seed-data.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ on:
99
default: "dev"
1010
type: choice
1111
options:
12-
- ""
12+
- demo-prod
1313
workflow_call:
1414
inputs:
1515
environment:

.github/workflows/provision.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ on:
99
default: 'demo'
1010
type: choice
1111
options:
12-
- ""
12+
- demo-prod
1313
tags:
1414
description: 'Tags to apply to the provisioned resources'
1515
required: true

0 commit comments

Comments
 (0)