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
anurag6569201 committed Jul 30, 2024
1 parent d2b0cae commit 361b04a
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions .github/workflows/main_blinklog.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,8 +49,8 @@ jobs:
environment:
name: 'Production'
url: ${{ steps.deploy-to-webapp.outputs.webapp-url }}
permissions:
id-token: write #This is required for requesting the JWT
permissions:
id-token: write #This is required for requesting the JWT

steps:
- name: Download artifact from build job
Expand All @@ -61,13 +61,13 @@ jobs:
- name: Unzip artifact for deployment
run: unzip release.zip


- name: Login to Azure
uses: azure/login@v2
with:
client-id: ${{ secrets.AZUREAPPSERVICE_CLIENTID_6829FC1876BE4260BF9FD5E534132CEA }}
tenant-id: ${{ secrets.AZUREAPPSERVICE_TENANTID_1060137AA8394E6EB3B545F8C2F86CAB }}
subscription-id: ${{ secrets.AZUREAPPSERVICE_SUBSCRIPTIONID_DA45F995372B4A4480863853C84F9C42 }}

- name: Login to Azure
uses: azure/login@v2
with:
client-id: ${{ secrets.AZUREAPPSERVICE_CLIENTID_513B9338230F44959650F76065E1E59A }}
tenant-id: ${{ secrets.AZUREAPPSERVICE_TENANTID_BA32A5C7035448E0839A13496B638975 }}
subscription-id: ${{ secrets.AZUREAPPSERVICE_SUBSCRIPTIONID_5229433CC670423D9CE515332A2D6894 }}

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

0 comments on commit 361b04a

Please sign in to comment.