File tree 1 file changed +11
-11
lines changed
1 file changed +11
-11
lines changed Original file line number Diff line number Diff line change 2
2
# More GitHub Actions for Azure: https://github.com/Azure/actions
3
3
# More info on Python, GitHub Actions, and Azure App Service: https://aka.ms/python-webapps-actions
4
4
5
- name : Build and deploy Python app to Azure Web App - ngcodex-gpt
5
+ name : Build and deploy Python app to Azure Web App - ngcodex
6
6
7
7
on :
8
8
push :
49
49
environment :
50
50
name : ' Production'
51
51
url : ${{ steps.deploy-to-webapp.outputs.webapp-url }}
52
- permissions :
53
- id-token : write # This is required for requesting the JWT
52
+ permissions :
53
+ id-token : write # This is required for requesting the JWT
54
54
55
55
steps :
56
56
- name : Download artifact from build job
@@ -61,18 +61,18 @@ jobs:
61
61
- name : Unzip artifact for deployment
62
62
run : unzip release.zip
63
63
64
-
65
- - name : Login to Azure
66
- uses : azure/login@v1
67
- with :
68
- client-id : ${{ secrets.AZUREAPPSERVICE_CLIENTID_3378C322D4024C48985609FD9E9DDE2F }}
69
- tenant-id : ${{ secrets.AZUREAPPSERVICE_TENANTID_77B64334BED546FE87D388D50EEF49AA }}
70
- subscription-id : ${{ secrets.AZUREAPPSERVICE_SUBSCRIPTIONID_DBA0530B37D1486A9B978C842056B10A }}
64
+
65
+ - name : Login to Azure
66
+ uses : azure/login@v1
67
+ with :
68
+ client-id : ${{ secrets.AZUREAPPSERVICE_CLIENTID_3378C322D4024C48985609FD9E9DDE2F }}
69
+ tenant-id : ${{ secrets.AZUREAPPSERVICE_TENANTID_77B64334BED546FE87D388D50EEF49AA }}
70
+ subscription-id : ${{ secrets.AZUREAPPSERVICE_SUBSCRIPTIONID_DBA0530B37D1486A9B978C842056B10A }}
71
71
72
72
- name : ' Deploy to Azure Web App'
73
73
uses : azure/webapps-deploy@v2
74
74
id : deploy-to-webapp
75
75
with :
76
76
app-name : ' ngcodex-gpt'
77
77
slot-name : ' Production'
78
-
78
+
You can’t perform that action at this time.
0 commit comments