Skip to content

Commit

Permalink
Merge pull request #5 from cmendible/main
Browse files Browse the repository at this point in the history
deploy app service settings
  • Loading branch information
rag2111 authored Jan 16, 2024
2 parents 628c12c + 939123d commit 4bd9190
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/main.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 4bd9190

Please sign in to comment.