changed build:preprod script in package.json to match on-demand pipeline (#556)

This commit is contained in:
Mary Milasheuskaya
2025-09-15 14:20:30 -07:00
committed by GitHub
parent 42f52faeba
commit 41edea6176
2 changed files with 3 additions and 3 deletions

View File

@@ -9,7 +9,7 @@ on:
type: choice
options:
- dev
- prd
- preprod
- cec-prd
- cec-euprd
@@ -86,7 +86,7 @@ jobs:
case ${{ inputs.environment }} in
dev)
KUBECONFIG=${{ secrets.KUBECONFIG_AZURE_DEV }};;
prd)
preprod)
KUBECONFIG=${{ secrets.KUBECONFIG_AZURE_PREPROD }};;
cec-prd)
KUBECONFIG=${{ secrets.KUBECONFIG_AZURE_CEC_PRD }};;