diff --git a/.github/workflows/deploy-on-demand.yml b/.github/workflows/deploy-on-demand.yml index f19bf53..2b7ab5f 100644 --- a/.github/workflows/deploy-on-demand.yml +++ b/.github/workflows/deploy-on-demand.yml @@ -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 }};;