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
GerardGargan committed Aug 14, 2024
1 parent 6aaed6b commit 53125c3
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/master_bookstore-mvc-gg.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,9 +51,9 @@ jobs:
- name: Login to Azure
uses: azure/login@v2
with:
client-id: ${{ secrets.AZUREAPPSERVICE_CLIENTID_22D704BB386B4764BEEA1D03E0FD4280 }}
tenant-id: ${{ secrets.AZUREAPPSERVICE_TENANTID_FA9F44DE8EC94DF3AD4EB6A6CD88FD8C }}
subscription-id: ${{ secrets.AZUREAPPSERVICE_SUBSCRIPTIONID_EA2E067D329E4A5596E37901F3FB3C1F }}
client-id: ${{ secrets.AZUREAPPSERVICE_CLIENTID_84C8AC0394A642718DEF025355D8E473 }}
tenant-id: ${{ secrets.AZUREAPPSERVICE_TENANTID_8150EC5C19F842AC842DBE12439F8E63 }}
subscription-id: ${{ secrets.AZUREAPPSERVICE_SUBSCRIPTIONID_14428B0A799D4613891682DACF043C14 }}

- name: Deploy to Azure Web App
id: deploy-to-webapp
Expand Down

0 comments on commit 53125c3

Please sign in to comment.