File tree Expand file tree Collapse file tree 1 file changed +13
-15
lines changed
Expand file tree Collapse file tree 1 file changed +13
-15
lines changed Original file line number Diff line number Diff line change @@ -38,25 +38,22 @@ jobs:
3838 deploy :
3939 runs-on : ubuntu-latest
4040 needs : build
41- environment :
42- name : ' Production'
43- url : ${{ steps.deploy-to-webapp.outputs.webapp-url }}
44- permissions :
45- id-token : write # This is required for requesting the JWT
46- contents : read # This is required for actions/checkout
41+ permissions :
42+ id-token : write # This is required for requesting the JWT
43+ contents : read # This is required for actions/checkout
4744
4845 steps :
4946 - name : Download artifact from build job
5047 uses : actions/download-artifact@v4
5148 with :
52- name : .net-app
53-
54- - name : Login to Azure
55- uses : azure/login@v2
56- with :
57- client-id : ${{ secrets.AZUREAPPSERVICE_CLIENTID_68B2683E51D94CF69EF484CA14492C25 }}
58- tenant-id : ${{ secrets.AZUREAPPSERVICE_TENANTID_1A7F01E32E434E59906F63C30BFB49FB }}
59- subscription-id : ${{ secrets.AZUREAPPSERVICE_SUBSCRIPTIONID_82F0854B3D1D4F4E9483799E40405CDF }}
49+ name : .net-app
50+
51+ - name : Login to Azure
52+ uses : azure/login@v2
53+ with :
54+ client-id : ${{ secrets.AZUREAPPSERVICE_CLIENTID_6F51F753C8E6491891693113768816BF }}
55+ tenant-id : ${{ secrets.AZUREAPPSERVICE_TENANTID_E9210D6129854C8CA5F1C68AF4EE74B6 }}
56+ subscription-id : ${{ secrets.AZUREAPPSERVICE_SUBSCRIPTIONID_A72ECE61BCD243A8B75A8E26D3349CFE }}
6057
6158 - name : Deploy to Azure Web App
6259 id : deploy-to-webapp
6562 app-name : ' jjodel-persistence'
6663 slot-name : ' Production'
6764 package : .
68-
65+
66+
You can’t perform that action at this time.
0 commit comments