Skip to content

Commit

Permalink
Update master_testfinalwithmoniter.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Shivshankar-Reddy authored Jul 11, 2024
1 parent 26edb1f commit 13f6182
Showing 1 changed file with 11 additions and 11 deletions.
22 changes: 11 additions & 11 deletions .github/workflows/master_testfinalwithmoniter.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
run: |
npm install
npm run build --if-present
npm run test --if-present
# npm run test --if-present
- name: Zip artifact for deployment
run: zip release.zip ./* -r
Expand All @@ -42,8 +42,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 @@ -53,13 +53,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_5B1AF0A7CB844EA7838E7F5DC477A467 }}
tenant-id: ${{ secrets.AZUREAPPSERVICE_TENANTID_FC34B2F831604244B416B158DA6655FA }}
subscription-id: ${{ secrets.AZUREAPPSERVICE_SUBSCRIPTIONID_33757B638DC24161AD23C51CFDC7FCB9 }}

- name: Login to Azure
uses: azure/login@v2
with:
client-id: ${{ secrets.AZUREAPPSERVICE_CLIENTID_5B1AF0A7CB844EA7838E7F5DC477A467 }}
tenant-id: ${{ secrets.AZUREAPPSERVICE_TENANTID_FC34B2F831604244B416B158DA6655FA }}
subscription-id: ${{ secrets.AZUREAPPSERVICE_SUBSCRIPTIONID_33757B638DC24161AD23C51CFDC7FCB9 }}

- name: 'Deploy to Azure Web App'
id: deploy-to-webapp
Expand All @@ -68,4 +68,4 @@ jobs:
app-name: 'testfinalwithmoniter'
slot-name: 'Production'
package: .


0 comments on commit 13f6182

Please sign in to comment.