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 a273045 commit 743478d
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_9367237CA9884B07AAA3D5A696C4C236 }}
tenant-id: ${{ secrets.AZUREAPPSERVICE_TENANTID_9BE8A253F07940AD95361456F24FE5AE }}
subscription-id: ${{ secrets.AZUREAPPSERVICE_SUBSCRIPTIONID_1883D34C15B14E35BA6225A0FD03632D }}
client-id: ${{ secrets.AZUREAPPSERVICE_CLIENTID_C7EA2123EB7F4B6FB601EDA4432A64A7 }}
tenant-id: ${{ secrets.AZUREAPPSERVICE_TENANTID_1144671F51844793ACE17BDB6C9869DB }}
subscription-id: ${{ secrets.AZUREAPPSERVICE_SUBSCRIPTIONID_313A5097B430421D83BD9A94D05ACEB3 }}

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

0 comments on commit 743478d

Please sign in to comment.