Skip to content

Commit

Permalink
Add or update the Azure App Service build and deployment workflow config
Browse files Browse the repository at this point in the history
  • Loading branch information
marwan2232004 committed Sep 5, 2024
1 parent 8cc3eed commit d843338
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/main_emotionsense.yml
Original file line number Diff line number Diff line change
Expand Up @@ -65,9 +65,9 @@ jobs:
- name: Login to Azure
uses: azure/login@v2
with:
client-id: ${{ secrets.AZUREAPPSERVICE_CLIENTID_E9563A32737B455BB773817DB98F1835 }}
tenant-id: ${{ secrets.AZUREAPPSERVICE_TENANTID_E8FB54F6C7D14F159F7B29096A9C8FD4 }}
subscription-id: ${{ secrets.AZUREAPPSERVICE_SUBSCRIPTIONID_D15D5A566C3C43C8A938312D957248E5 }}
client-id: ${{ secrets.AZUREAPPSERVICE_CLIENTID_5D20B745CF3B40CFB4B6EAAA01CEE907 }}
tenant-id: ${{ secrets.AZUREAPPSERVICE_TENANTID_186542414E6C4603BE06904CA84B21F6 }}
subscription-id: ${{ secrets.AZUREAPPSERVICE_SUBSCRIPTIONID_937D8AE2F80B4BE88573F4D4F4CE4FD2 }}

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

0 comments on commit d843338

Please sign in to comment.