From f73391a61874454f1f8efd141d58520ed611e7fd Mon Sep 17 00:00:00 2001 From: "E. Lynette Rayle" Date: Tue, 13 Feb 2024 15:57:43 -0500 Subject: [PATCH] update prod deploy action to use prod azure credentials --- .github/workflows/build_and_deploy_prod.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build_and_deploy_prod.yml b/.github/workflows/build_and_deploy_prod.yml index 57a2102ed..40a4f076f 100644 --- a/.github/workflows/build_and_deploy_prod.yml +++ b/.github/workflows/build_and_deploy_prod.yml @@ -13,7 +13,7 @@ on: # ghcr and Azure. # # Secrets: -# AZURE_CREDENTIALS: service principal that has access to the Azure WebApp +# AZURE_CREDENTIALS_PROD: service principal that has access to the Azure prod WebApp # AZURE_WEBAPP_PUBLISH_PROFILE: publish profile for the Azure WebApp # AZURE_WEBAPP_PUBLISH_PROFILE_EU: publish profile for the Azure WebApp in Europe # @@ -65,7 +65,7 @@ jobs: - name: Login for Azure cli commands uses: azure/login@v1.6.1 with: - creds: ${{ secrets.AZURE_CREDENTIALS }} + creds: ${{ secrets.AZURE_CREDENTIALS_PROD }} - name: Set DOCKER configs in Azure web app uses: azure/appservice-settings@v1.1.1