From 0434a3d4b1c4b316f9c3f5aa38efc54c266a3a51 Mon Sep 17 00:00:00 2001 From: Laura Fonseca <127278198+lafonsecallorca@users.noreply.github.com> Date: Sun, 20 Oct 2024 01:30:21 -0400 Subject: [PATCH] Update main_edually-pilot.yml --- .github/workflows/main_edually-pilot.yml | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/.github/workflows/main_edually-pilot.yml b/.github/workflows/main_edually-pilot.yml index bbe33ef..861c944 100644 --- a/.github/workflows/main_edually-pilot.yml +++ b/.github/workflows/main_edually-pilot.yml @@ -75,9 +75,8 @@ jobs: - name: Configure deployment and runtime settings on the webapp run: | - az webapp config appsettings set --resource-group ${{ env.RESOURCE_GROUP }} \ - --name ${{ env.WEBAPP_NAME }} \ - --settings SCM_DO_BUILD_DURING_DEPLOYMENT=true + + 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