Skip to content

Commit

Permalink
Update master_dragonfruit.yml
Browse files Browse the repository at this point in the history
updated node to 20.x
  • Loading branch information
jay-prasad authored May 8, 2024
1 parent 89efd53 commit 39b2001
Showing 1 changed file with 11 additions and 11 deletions.
22 changes: 11 additions & 11 deletions .github/workflows/master_dragonfruit.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
- name: Set up Node.js version
uses: actions/setup-node@v3
with:
node-version: '18.x'
node-version: '20.x'

- name: npm install, build, and test
run: |
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@v1
with:
client-id: ${{ secrets.AZUREAPPSERVICE_CLIENTID_9F9A346BDB8D472CB0E7E8791DC0C3A6 }}
tenant-id: ${{ secrets.AZUREAPPSERVICE_TENANTID_CDD07CFB921840818F6F980A286BA381 }}
subscription-id: ${{ secrets.AZUREAPPSERVICE_SUBSCRIPTIONID_D4E8641D521144F196A0FA2BD7AAF0A9 }}

- name: Login to Azure
uses: azure/login@v1
with:
client-id: ${{ secrets.AZUREAPPSERVICE_CLIENTID_9F9A346BDB8D472CB0E7E8791DC0C3A6 }}
tenant-id: ${{ secrets.AZUREAPPSERVICE_TENANTID_CDD07CFB921840818F6F980A286BA381 }}
subscription-id: ${{ secrets.AZUREAPPSERVICE_SUBSCRIPTIONID_D4E8641D521144F196A0FA2BD7AAF0A9 }}

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


0 comments on commit 39b2001

Please sign in to comment.