We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bfc915b commit c8c62f0Copy full SHA for c8c62f0
.github/workflows/main_ai-dslab-backend.yml
@@ -29,16 +29,11 @@ jobs:
29
python -m pip install --upgrade pip
30
pip install -r requirements.txt
31
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
-
39
- name: Deploy to Azure Web App
40
uses: azure/webapps-deploy@v3
41
with:
42
app-name: 'ai-dslab-backend'
43
slot-name: 'Production'
+ publish-profile: ${{ secrets.AZUREAPPSERVICE_PUBLISHPROFILE }}
44
package: backend
+
0 commit comments