Skip to content

Commit c8c62f0

Browse files
Update main_ai-dslab-backend.yml
1 parent bfc915b commit c8c62f0

File tree

1 file changed

+2
-7
lines changed

1 file changed

+2
-7
lines changed

.github/workflows/main_ai-dslab-backend.yml

Lines changed: 2 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -29,16 +29,11 @@ jobs:
2929
python -m pip install --upgrade pip
3030
pip install -r requirements.txt
3131
32-
- name: Login to Azure
33-
uses: azure/login@v2
34-
with:
35-
client-id: ${{ secrets.AZUREAPPSERVICE_CLIENTID_XXXX }}
36-
tenant-id: ${{ secrets.AZUREAPPSERVICE_TENANTID_XXXX }}
37-
subscription-id: ${{ secrets.AZUREAPPSERVICE_SUBSCRIPTIONID_XXXX }}
38-
3932
- name: Deploy to Azure Web App
4033
uses: azure/webapps-deploy@v3
4134
with:
4235
app-name: 'ai-dslab-backend'
4336
slot-name: 'Production'
37+
publish-profile: ${{ secrets.AZUREAPPSERVICE_PUBLISHPROFILE }}
4438
package: backend
39+

0 commit comments

Comments
 (0)