Skip to content

Commit 4475435

Browse files
committed
Add or update the Azure App Service build and deployment workflow config
1 parent b7af3cf commit 4475435

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/main_mypathteam9.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -68,9 +68,9 @@ jobs:
6868
- name: Login to Azure
6969
uses: azure/login@v2
7070
with:
71-
client-id: ${{ secrets.AZUREAPPSERVICE_CLIENTID_BAF0BDDC0A8F44F1B9CA530AE245EEB3 }}
72-
tenant-id: ${{ secrets.AZUREAPPSERVICE_TENANTID_B015109482B242E69FAD586FD152A4C7 }}
73-
subscription-id: ${{ secrets.AZUREAPPSERVICE_SUBSCRIPTIONID_596DFCD34D6D45D987CE360F70384525 }}
71+
client-id: ${{ secrets.AZUREAPPSERVICE_CLIENTID_63DC04C0D79B4307B31AC2E65DB8CB2C }}
72+
tenant-id: ${{ secrets.AZUREAPPSERVICE_TENANTID_2292C8D1DF424D7D93D88440F77781E3 }}
73+
subscription-id: ${{ secrets.AZUREAPPSERVICE_SUBSCRIPTIONID_1B4BEE32611F4110B17E35EA0F9D28CD }}
7474

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

0 commit comments

Comments
 (0)