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