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