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
SohamMhatre09 committed Apr 4, 2024
1 parent 2ee490f commit d658b35
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/main_hvac-system.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,9 +57,9 @@ jobs:
- name: Login to Azure
uses: azure/login@v1
with:
client-id: ${{ secrets.AZUREAPPSERVICE_CLIENTID_26A740A55FE34E2A873FEE8C602892BC }}
tenant-id: ${{ secrets.AZUREAPPSERVICE_TENANTID_BE2DFB4A13EB493BB9A5AE8CFE208967 }}
subscription-id: ${{ secrets.AZUREAPPSERVICE_SUBSCRIPTIONID_4B2F70BFD2C2411AB8D98083D3361300 }}
client-id: ${{ secrets.AZUREAPPSERVICE_CLIENTID_AA480EA54E304DA68ED9CE6F084097EB }}
tenant-id: ${{ secrets.AZUREAPPSERVICE_TENANTID_7E21FC3E057C42C5830BE86ADB5CB567 }}
subscription-id: ${{ secrets.AZUREAPPSERVICE_SUBSCRIPTIONID_84207A328DBB4DCDBE06107D79C7175A }}

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

0 comments on commit d658b35

Please sign in to comment.