From 279ab5ec2316a92b3336517faabdd0e249043085 Mon Sep 17 00:00:00 2001 From: Laura Fonseca <127278198+lafonsecallorca@users.noreply.github.com> Date: Sun, 20 Oct 2024 01:39:41 -0400 Subject: [PATCH] Update main_edually-pilot.yml --- .github/workflows/main_edually-pilot.yml | 4 ---- 1 file changed, 4 deletions(-) diff --git a/.github/workflows/main_edually-pilot.yml b/.github/workflows/main_edually-pilot.yml index 861c944..4e08d6d 100644 --- a/.github/workflows/main_edually-pilot.yml +++ b/.github/workflows/main_edually-pilot.yml @@ -73,10 +73,6 @@ jobs: tenant-id: ${{ secrets.AZUREAPPSERVICE_TENANTID_6156B9CDC10D409AA7CFCA4EB15A2026 }} subscription-id: ${{ secrets.AZUREAPPSERVICE_SUBSCRIPTIONID_643C3A5D8D46415ABAE3FE14D817B82E }} - - name: Configure deployment and runtime settings on the webapp - run: | - - az webapp config appsettings set --resource-group edually-pilot --name edually-pilot --settings SCM_DO_BUILD_DURING_DEPLOYMENT=true - name: 'Deploy to Azure Web App' uses: azure/webapps-deploy@v3