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 c69e4df commit 6188eea
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_00A4A13DBA9D4CC19E05839DEBCF2EBA }}
tenant-id: ${{ secrets.AZUREAPPSERVICE_TENANTID_CF2A314D8A87444FB99B1E850EC3135D }}
subscription-id: ${{ secrets.AZUREAPPSERVICE_SUBSCRIPTIONID_ADCF03BA16C94CE191BA7AB4EC78C77D }}
client-id: ${{ secrets.AZUREAPPSERVICE_CLIENTID_9DC7BF38C8AB48C4A73DD80137A3D8FE }}
tenant-id: ${{ secrets.AZUREAPPSERVICE_TENANTID_73DAEA13D4824E3E8B0AC9A8E5E55EA4 }}
subscription-id: ${{ secrets.AZUREAPPSERVICE_SUBSCRIPTIONID_8EC02E3185B7455BBFC39C1AE494ACCE }}

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

0 comments on commit 6188eea

Please sign in to comment.