Skip to content

Commit 420827d

Browse files
committed
Add or update the Azure App Service build and deployment workflow config
1 parent 18ea55b commit 420827d

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/main_itechapp.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -61,9 +61,9 @@ jobs:
6161
- name: Login to Azure
6262
uses: azure/login@v1
6363
with:
64-
client-id: ${{ secrets.AZUREAPPSERVICE_CLIENTID_785026A7003B47DABB4BA322E17671A9 }}
65-
tenant-id: ${{ secrets.AZUREAPPSERVICE_TENANTID_3B522E6D174D4459B8D57DC35E7F1789 }}
66-
subscription-id: ${{ secrets.AZUREAPPSERVICE_SUBSCRIPTIONID_27E575FAD4C74A9C8DF6C1140E166626 }}
64+
client-id: ${{ secrets.AZUREAPPSERVICE_CLIENTID_360D4095FB6041E58FE3AF91EA3DC46B }}
65+
tenant-id: ${{ secrets.AZUREAPPSERVICE_TENANTID_AF3F0C92C3484820A06D88E787F74D8E }}
66+
subscription-id: ${{ secrets.AZUREAPPSERVICE_SUBSCRIPTIONID_5D7810D9145F4575A35B2722A34FAD11 }}
6767

6868
- name: 'Deploy to Azure Web App'
6969
uses: azure/webapps-deploy@v2

0 commit comments

Comments
 (0)