Skip to content

Commit

Permalink
update simple php workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
tsubakimoto committed May 26, 2024
1 parent a1d51ed commit 246a37b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/php-simple.yml
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ jobs:
with:
app-name: ${{ vars.AZURE_WEBAPP_NAME }}-php
slot-name: 'Production'
app-settings-json: '[{"name":"SCM_DO_BUILD_DURING_DEPLOYMENT","value":"1","slotSetting":false}]'
app-settings-json: '[{"name":"SCM_DO_BUILD_DURING_DEPLOYMENT","value":"true","slotSetting":false}]'

- name: 'Deploy to Azure Web App'
uses: azure/webapps-deploy@v2
Expand Down

0 comments on commit 246a37b

Please sign in to comment.