Skip to content

Commit

Permalink
Add or update the Azure App Service build and deployment workflow config
Browse files Browse the repository at this point in the history
  • Loading branch information
Sarah627 committed Sep 26, 2024
1 parent bf11013 commit 0753f0c
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/model-deploy_cc-fraud-detection.yml
Original file line number Diff line number Diff line change
Expand Up @@ -65,9 +65,9 @@ jobs:
- name: Login to Azure
uses: azure/login@v2
with:
client-id: ${{ secrets.AZUREAPPSERVICE_CLIENTID_2F65EB05CC774289BE8931C2CE170080 }}
tenant-id: ${{ secrets.AZUREAPPSERVICE_TENANTID_C7B637C9AC9B4227BCC718FD5E2D3173 }}
subscription-id: ${{ secrets.AZUREAPPSERVICE_SUBSCRIPTIONID_1980150C831345C8A24A34B4347A8461 }}
client-id: ${{ secrets.AZUREAPPSERVICE_CLIENTID_ABBF8A53A1314B58B243602D1F137571 }}
tenant-id: ${{ secrets.AZUREAPPSERVICE_TENANTID_F046BFD6FE7A46909B443B2797425BC9 }}
subscription-id: ${{ secrets.AZUREAPPSERVICE_SUBSCRIPTIONID_EF9374E430574356AC3767B4523349B7 }}

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

0 comments on commit 0753f0c

Please sign in to comment.