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 53125c3 commit 087b110
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_84C8AC0394A642718DEF025355D8E473 }}
tenant-id: ${{ secrets.AZUREAPPSERVICE_TENANTID_8150EC5C19F842AC842DBE12439F8E63 }}
subscription-id: ${{ secrets.AZUREAPPSERVICE_SUBSCRIPTIONID_14428B0A799D4613891682DACF043C14 }}
client-id: ${{ secrets.AZUREAPPSERVICE_CLIENTID_1A51D7D6C0B44EE2958AFCE0FDA66843 }}
tenant-id: ${{ secrets.AZUREAPPSERVICE_TENANTID_A24FE186E72047F9A98613BC070C9490 }}
subscription-id: ${{ secrets.AZUREAPPSERVICE_SUBSCRIPTIONID_3E3FC5F0AAFA4C3F882840FFA429AFA3 }}

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

0 comments on commit 087b110

Please sign in to comment.