updated prd env to match the build:prd script in package.json (#555)

This commit is contained in:
Mary Milasheuskaya
2025-09-15 13:56:56 -07:00
committed by GitHub
parent 4f0f075e32
commit 42f52faeba

View File

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