From d2b431ccf631278c8c8ff7327b773cd507be9076 Mon Sep 17 00:00:00 2001 From: Laura Fonseca <127278198+lafonsecallorca@users.noreply.github.com> Date: Sun, 20 Oct 2024 01:08:41 -0400 Subject: [PATCH] Update main_edually-pilot.yml --- .github/workflows/main_edually-pilot.yml | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/.github/workflows/main_edually-pilot.yml b/.github/workflows/main_edually-pilot.yml index 2d8c857..1b7a5af 100644 --- a/.github/workflows/main_edually-pilot.yml +++ b/.github/workflows/main_edually-pilot.yml @@ -76,10 +76,8 @@ jobs: - name: Configure deployment and runtime settings on the webapp run: | az configure --defaults group=${{ env.RESOURCE_GROUP }} - - az webapp config appsettings --name ${{ env.WEBAPP_NAME }} --settings \ - SCM_DO_BUILD_DURING_DEPLOYMENT=true \ - SCM_COMMAND_IDLE_TIMEOUT=600 # Optional: Increase timeout if needed + + az webapp config appsettings set --name ${{ env.WEBAPP_NAME }} --settings SCM_DO_BUILD_DURING_DEPLOYMENT=true - name: 'Deploy to Azure Web App' uses: azure/webapps-deploy@v3