Skip to content

Commit

Permalink
Update main_edually-pilot.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
lafonsecallorca authored Oct 20, 2024
1 parent 90f7d2d commit d2b431c
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions .github/workflows/main_edually-pilot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit d2b431c

Please sign in to comment.