Skip to content

Commit

Permalink
Update master_ibiosimconnector-api.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
cjmyers authored Jun 18, 2024
1 parent f9c0433 commit 24dc0a0
Showing 1 changed file with 13 additions and 13 deletions.
26 changes: 13 additions & 13 deletions .github/workflows/master_ibiosimconnector-api.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,11 +46,11 @@ jobs:
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
# environment:
# name: 'Production'
# url: ${{ steps.deploy-to-webapp.outputs.webapp-url }}
permissions:
id-token: write #This is required for requesting the JWT

steps:
- name: Download artifact from build job
Expand All @@ -60,13 +60,13 @@ jobs:

- name: Unzip artifact for deployment
run: unzip release.zip

- name: Login to Azure
uses: azure/login@v1
with:
client-id: ${{ secrets.AZUREAPPSERVICE_CLIENTID_56338AB18AB943EBA64883F748B60E8C }}
tenant-id: ${{ secrets.AZUREAPPSERVICE_TENANTID_949888D8897040758DAB7232F7CC1885 }}
subscription-id: ${{ secrets.AZUREAPPSERVICE_SUBSCRIPTIONID_48EDA1FB57374701B8E9B2B36329FFC7 }}

- name: Login to Azure
uses: azure/login@v1
with:
client-id: ${{ secrets.AZUREAPPSERVICE_CLIENTID_56338AB18AB943EBA64883F748B60E8C }}
tenant-id: ${{ secrets.AZUREAPPSERVICE_TENANTID_949888D8897040758DAB7232F7CC1885 }}
subscription-id: ${{ secrets.AZUREAPPSERVICE_SUBSCRIPTIONID_48EDA1FB57374701B8E9B2B36329FFC7 }}

- name: 'Run Azure Functions Action'
uses: Azure/functions-action@v1
Expand All @@ -75,4 +75,4 @@ jobs:
app-name: 'ibiosimconnector-api'
slot-name: 'Production'
package: ${{ env.AZURE_FUNCTIONAPP_PACKAGE_PATH }}


0 comments on commit 24dc0a0

Please sign in to comment.