From 246a37bd4378ba10731010f73ac86137ebd1d886 Mon Sep 17 00:00:00 2001 From: Yuta Matsumura Date: Sun, 26 May 2024 16:17:19 +0900 Subject: [PATCH] update simple php workflow --- .github/workflows/php-simple.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/php-simple.yml b/.github/workflows/php-simple.yml index 6846106..352d748 100644 --- a/.github/workflows/php-simple.yml +++ b/.github/workflows/php-simple.yml @@ -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