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 c54ae34 commit 0434a3d
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/main_edually-pilot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 0434a3d

Please sign in to comment.