Skip to content

Commit

Permalink
Update main_edually-pilot.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
lafonsecallorca authored Oct 20, 2024
1 parent 030c17a commit 46ba2b0
Showing 1 changed file with 8 additions and 10 deletions.
18 changes: 8 additions & 10 deletions .github/workflows/main_edually-pilot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,8 +49,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 # Required for requesting the JWT

steps:
- name: Download artifact from build job
Expand All @@ -61,18 +61,16 @@ jobs:
- name: Unzip artifact for deployment
run: unzip release.zip


- name: Login to Azure
uses: azure/login@v2
with:
client-id: ${{ secrets.AZUREAPPSERVICE_CLIENTID_9F429DE4C27947019BFE7EE129D3244B }}
tenant-id: ${{ secrets.AZUREAPPSERVICE_TENANTID_A1F0942D95B6414D95D8DFA5875E84AE }}
subscription-id: ${{ secrets.AZUREAPPSERVICE_SUBSCRIPTIONID_12D8E465323C43F69D6820E3EFA1915C }}
- name: Login to Azure
uses: azure/login@v2
with:
client-id: ${{ secrets.AZUREAPPSERVICE_CLIENTID }}
tenant-id: ${{ secrets.AZUREAPPSERVICE_TENANTID }}
subscription-id: ${{ secrets.AZUREAPPSERVICE_SUBSCRIPTIONID }}

- name: 'Deploy to Azure Web App'
uses: azure/webapps-deploy@v3
id: deploy-to-webapp
with:
app-name: 'edually-pilot'
slot-name: 'Production'

0 comments on commit 46ba2b0

Please sign in to comment.