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 @@ -6,7 +6,7 @@ name: Build and deploy ASP.Net Core app to Azure Web App - CheckDriver
6
6
on :
7
7
push :
8
8
branches :
9
- - integration
9
+ - master
10
10
workflow_dispatch :
11
11
12
12
jobs :
@@ -40,21 +40,21 @@ jobs:
40
40
environment :
41
41
name : ' Production'
42
42
url : ${{ steps.deploy-to-webapp.outputs.webapp-url }}
43
- permissions :
44
- id-token : write # This is required for requesting the JWT
43
+ permissions :
44
+ id-token : write # This is required for requesting the JWT
45
45
46
46
steps :
47
47
- name : Download artifact from build job
48
48
uses : actions/download-artifact@v3
49
49
with :
50
50
name : .net-app
51
-
52
- - name : Login to Azure
53
- uses : azure/login@v1
54
- with :
55
- client-id : ${{ secrets.AZUREAPPSERVICE_CLIENTID_E9AF348E5C5C43AA8D4DC6D5D7832550 }}
56
- tenant-id : ${{ secrets.AZUREAPPSERVICE_TENANTID_C81C36AF407F47E0841F8C513B2E4689 }}
57
- subscription-id : ${{ secrets.AZUREAPPSERVICE_SUBSCRIPTIONID_548C4B80BB1545B19DFB28DE2B816ED6 }}
51
+
52
+ - name : Login to Azure
53
+ uses : azure/login@v1
54
+ with :
55
+ client-id : ${{ secrets.AZUREAPPSERVICE_CLIENTID_E9AF348E5C5C43AA8D4DC6D5D7832550 }}
56
+ tenant-id : ${{ secrets.AZUREAPPSERVICE_TENANTID_C81C36AF407F47E0841F8C513B2E4689 }}
57
+ subscription-id : ${{ secrets.AZUREAPPSERVICE_SUBSCRIPTIONID_548C4B80BB1545B19DFB28DE2B816ED6 }}
58
58
59
59
- name : Deploy to Azure Web App
60
60
id : deploy-to-webapp
63
63
app-name : ' CheckDriver'
64
64
slot-name : ' Production'
65
65
package : .
66
-
66
+
You can’t perform that action at this time.
0 commit comments