Skip to content

Commit

Permalink
Update frontend_jurissmart.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
DevMarkson authored Sep 14, 2024
1 parent 004ce99 commit 67f968e
Showing 1 changed file with 11 additions and 11 deletions.
22 changes: 11 additions & 11 deletions .github/workflows/frontend_jurissmart.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,29 +31,29 @@ jobs:
uses: actions/upload-artifact@v4
with:
name: node-app
path: .
path: dist

deploy:
runs-on: ubuntu-latest
needs: build
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@v4
with:
name: node-app

- name: Login to Azure
uses: azure/login@v2
with:
client-id: ${{ secrets.AZUREAPPSERVICE_CLIENTID_3EC4BDD007F44CD497C8062CC45601EA }}
tenant-id: ${{ secrets.AZUREAPPSERVICE_TENANTID_4ECBA5DBFDAF4AD2BE7DF2CFB24F73A2 }}
subscription-id: ${{ secrets.AZUREAPPSERVICE_SUBSCRIPTIONID_7B3888FB25934716B658C03CEB0C6FEB }}

- name: Login to Azure
uses: azure/login@v2
with:
client-id: ${{ secrets.AZUREAPPSERVICE_CLIENTID_3EC4BDD007F44CD497C8062CC45601EA }}
tenant-id: ${{ secrets.AZUREAPPSERVICE_TENANTID_4ECBA5DBFDAF4AD2BE7DF2CFB24F73A2 }}
subscription-id: ${{ secrets.AZUREAPPSERVICE_SUBSCRIPTIONID_7B3888FB25934716B658C03CEB0C6FEB }}

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


0 comments on commit 67f968e

Please sign in to comment.