Skip to content

Commit deef996

Browse files
add ref
1 parent a6561a8 commit deef996

3 files changed

Lines changed: 4 additions & 2 deletions

File tree

.github/workflows/cicd-3-deploy.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,7 @@ on:
4141
default: internal-dev
4242
options:
4343
- internal-dev
44+
- ref
4445
- int
4546
- prod
4647
build_sandbox:

.github/workflows/deploy-static-env-proxy-only.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ on:
1010
default: internal-dev
1111
options:
1212
- internal-dev
13+
- ref
1314
- int
1415
- prod
1516
source_type:

.github/workflows/deploy-supplier-api.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -117,10 +117,10 @@ jobs:
117117
118118
if [[ "$deploy_backend" == "true" && "$deploy_proxy" == "true" ]]; then
119119
case "${backend_account_group}:${apim_environment}" in
120-
dev:internal-dev|nonprod:int|prod:prod) ;;
120+
dev:internal-dev|nonprod:int|nonprod:ref|prod:prod) ;;
121121
*)
122122
echo "[ERROR] Mismatched backend/APIM pair: '${backend_account_group}' and '${apim_environment}'."
123-
echo "[ERROR] Valid combinations: dev/internal-dev, nonprod/int, prod/prod."
123+
echo "[ERROR] Valid combinations: dev/internal-dev, nonprod/int, nonprod/ref, prod/prod."
124124
exit 1
125125
;;
126126
esac

0 commit comments

Comments
 (0)