From 939123d25c0b040fb23e6f8dc4fb62cb537ebd9b Mon Sep 17 00:00:00 2001 From: Carlos Mendible <266546+cmendible@users.noreply.github.com> Date: Tue, 16 Jan 2024 18:20:26 +0100 Subject: [PATCH] app service settings --- .github/workflows/main.yaml | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/.github/workflows/main.yaml b/.github/workflows/main.yaml index 80650b8..65de09c 100644 --- a/.github/workflows/main.yaml +++ b/.github/workflows/main.yaml @@ -51,6 +51,13 @@ jobs: with: creds: ${{ secrets.AZURE_CREDENTIALS }} + - uses: azure/appservice-settings@v1 + with: + app-name: ${{ vars.APPSERVICE_NAME }} + mask-inputs: false + slot-name: 'Production' + app-settings-json: '${{ secrets.APPSERVICE_SETTINGS }}' + - name: Deploy to Azure Web App id: deploy-to-webapp uses: azure/webapps-deploy@v2