Skip to content

Commit

Permalink
Update main_tattateun.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
JeanPaulvanderHam authored Mar 22, 2024
1 parent 7006c48 commit 4ee3ddc
Showing 1 changed file with 11 additions and 11 deletions.
22 changes: 11 additions & 11 deletions .github/workflows/main_tattateun.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
- uses: actions/checkout@v4

- name: Set up Node.js version
uses: actions/setup-node@v3
uses: actions/setup-node@v4
with:
node-version: '20.x'

Expand All @@ -39,21 +39,21 @@ 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
uses: actions/download-artifact@v3
with:
name: node-app

- name: Login to Azure
uses: azure/login@v1
with:
client-id: ${{ secrets.AZUREAPPSERVICE_CLIENTID_DB1A0E671F5A4F44A1AD04DE3308DCDA }}
tenant-id: ${{ secrets.AZUREAPPSERVICE_TENANTID_63AC328BD93047208F0AEC00EF31DFDD }}
subscription-id: ${{ secrets.AZUREAPPSERVICE_SUBSCRIPTIONID_CA4661F5FEFC4683B1C267583F620909 }}

- name: Login to Azure
uses: azure/login@v1
with:
client-id: ${{ secrets.AZUREAPPSERVICE_CLIENTID_DB1A0E671F5A4F44A1AD04DE3308DCDA }}
tenant-id: ${{ secrets.AZUREAPPSERVICE_TENANTID_63AC328BD93047208F0AEC00EF31DFDD }}
subscription-id: ${{ secrets.AZUREAPPSERVICE_SUBSCRIPTIONID_CA4661F5FEFC4683B1C267583F620909 }}

- name: 'Deploy to Azure Web App'
uses: azure/webapps-deploy@v2
Expand All @@ -62,4 +62,4 @@ jobs:
app-name: 'tattateun'
slot-name: 'Production'
package: .


0 comments on commit 4ee3ddc

Please sign in to comment.