Skip to content

Commit

Permalink
Update main_vrv-frontend.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
roxylius authored Dec 10, 2024
1 parent 9cfbc25 commit 9460c72
Showing 1 changed file with 7 additions and 8 deletions.
15 changes: 7 additions & 8 deletions .github/workflows/main_vrv-frontend.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,13 @@ jobs:
steps:
- uses: actions/checkout@v4

- name: Login to Azure using OIDC
uses: azure/login@v2
with:
client-id: ${{ secrets.AZURE_CLIENT_ID }}
tenant-id: ${{ secrets.AZURE_TENANT_ID }}
subscription-id: ${{ secrets.AZURE_SUBSCRIPTION_ID }}

- name: Set up Node.js version
uses: actions/setup-node@v3
with:
Expand All @@ -26,14 +33,6 @@ jobs:
working-directory: ./client
run: npm install

- name: Login to Azure using OIDC
uses: azure/login@v2
with:
client-id: ${{ secrets.AZURE_CLIENT_ID }}
tenant-id: ${{ secrets.AZURE_TENANT_ID }}
subscription-id: ${{ secrets.AZURE_SUBSCRIPTION_ID }}
auth-type: OIDC

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

0 comments on commit 9460c72

Please sign in to comment.