Skip to content

Commit

Permalink
Change branch
Browse files Browse the repository at this point in the history
  • Loading branch information
digimangos authored Oct 2, 2024
1 parent fe23ab0 commit 0661beb
Showing 1 changed file with 11 additions and 11 deletions.
22 changes: 11 additions & 11 deletions .github/workflows/loop-approach_digimangos-rg-eus-001.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ name: Build and deploy Node.js app to Azure Web App - digimangos-rg-eus-001
on:
push:
branches:
- loop-approach
- main
workflow_dispatch:

jobs:
Expand Down Expand Up @@ -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_AE9DA28AB9BD41598118468E5898BBB5 }}
tenant-id: ${{ secrets.AZUREAPPSERVICE_TENANTID_62D3FBF90F814041AFDCE2D211CC3B38 }}
subscription-id: ${{ secrets.AZUREAPPSERVICE_SUBSCRIPTIONID_C571F05CB5D545DAA59EB2810F9F21D1 }}

- name: Login to Azure
uses: azure/login@v2
with:
client-id: ${{ secrets.AZUREAPPSERVICE_CLIENTID_AE9DA28AB9BD41598118468E5898BBB5 }}
tenant-id: ${{ secrets.AZUREAPPSERVICE_TENANTID_62D3FBF90F814041AFDCE2D211CC3B38 }}
subscription-id: ${{ secrets.AZUREAPPSERVICE_SUBSCRIPTIONID_C571F05CB5D545DAA59EB2810F9F21D1 }}

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


0 comments on commit 0661beb

Please sign in to comment.