From 5da7235d6ac2ae78be1649220d32f7a0bc1fb2c2 Mon Sep 17 00:00:00 2001 From: HoussemMereghni <71059421+HoussemMereghni@users.noreply.github.com> Date: Mon, 11 Dec 2023 12:29:59 +0300 Subject: [PATCH] Add or update the Azure App Service build and deployment workflow config --- .github/workflows/master_as-ar-qc-artvweb-prd-01.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/master_as-ar-qc-artvweb-prd-01.yml b/.github/workflows/master_as-ar-qc-artvweb-prd-01.yml index b8934ffa3341..31561b403ebb 100644 --- a/.github/workflows/master_as-ar-qc-artvweb-prd-01.yml +++ b/.github/workflows/master_as-ar-qc-artvweb-prd-01.yml @@ -46,7 +46,7 @@ jobs: environment: name: 'Production' url: ${{ steps.deploy-to-webapp.outputs.webapp-url }} - + steps: - name: Download artifact from build job uses: actions/download-artifact@v3 @@ -55,12 +55,12 @@ jobs: - name: Unzip artifact for deployment run: unzip release.zip - + - name: 'Deploy to Azure Web App' uses: azure/webapps-deploy@v2 id: deploy-to-webapp with: app-name: 'AS-AR-QC-ARTVWEB-PRD-01' slot-name: 'Production' + publish-profile: ${{ secrets.AZUREAPPSERVICE_PUBLISHPROFILE_FABA1CBA297041F79B019DCFB8039A0E }} package: . - publish-profile: ${{ secrets.AZUREAPPSERVICE_PUBLISHPROFILE_5B1D5D76891D4146933EE5C07B0359C7 }} \ No newline at end of file