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
armaf002 committed May 25, 2024
1 parent 6188eea commit a193906
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/main_tomatodiseaseclassifier.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@v1
with:
client-id: ${{ secrets.AZUREAPPSERVICE_CLIENTID_9DC7BF38C8AB48C4A73DD80137A3D8FE }}
tenant-id: ${{ secrets.AZUREAPPSERVICE_TENANTID_73DAEA13D4824E3E8B0AC9A8E5E55EA4 }}
subscription-id: ${{ secrets.AZUREAPPSERVICE_SUBSCRIPTIONID_8EC02E3185B7455BBFC39C1AE494ACCE }}
client-id: ${{ secrets.AZUREAPPSERVICE_CLIENTID_990C337F0BC4407A92FD061A29F8048F }}
tenant-id: ${{ secrets.AZUREAPPSERVICE_TENANTID_5FB108BD5F6E4FBF804FBADBBB0378E5 }}
subscription-id: ${{ secrets.AZUREAPPSERVICE_SUBSCRIPTIONID_B591AA50A5914E83AD795EFC46D7A5AC }}

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

0 comments on commit a193906

Please sign in to comment.