File tree 1 file changed +5
-5
lines changed
1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change 1
1
# Docs for the Azure Web Apps Deploy action: https://github.com/Azure/webapps-deploy
2
2
# More GitHub Actions for Azure: https://github.com/Azure/actions
3
3
4
- name : Build and deploy Node.js app to Azure Web App - DevOps-Nextjs
4
+ name : Build and deploy Node.js app to Azure Web App - Devops-nextjs
5
5
6
6
on :
7
7
push :
@@ -57,15 +57,15 @@ jobs:
57
57
- name : Login to Azure
58
58
uses : azure/login@v2
59
59
with :
60
- client-id : ${{ secrets.AZUREAPPSERVICE_CLIENTID_8880CE69A6614217B8FB3D194F0604D1 }}
61
- tenant-id : ${{ secrets.AZUREAPPSERVICE_TENANTID_43C92120B1D1436BA7505900F99F4334 }}
62
- subscription-id : ${{ secrets.AZUREAPPSERVICE_SUBSCRIPTIONID_7B9ACCAD35EA4702B02792F93517F32A }}
60
+ client-id : ${{ secrets.AZUREAPPSERVICE_CLIENTID_E324B4B98CF34F3BB12BFFC007AE0746 }}
61
+ tenant-id : ${{ secrets.AZUREAPPSERVICE_TENANTID_3EC1EFA5D4644FD4918EE30B441EC2FE }}
62
+ subscription-id : ${{ secrets.AZUREAPPSERVICE_SUBSCRIPTIONID_568792CE7B6540F49DCBCFF841722E1F }}
63
63
64
64
- name : ' Deploy to Azure Web App'
65
65
id : deploy-to-webapp
66
66
uses : azure/webapps-deploy@v3
67
67
with :
68
- app-name : ' DevOps-Nextjs '
68
+ app-name : ' Devops-nextjs '
69
69
slot-name : ' Production'
70
70
package : .
71
71
You can’t perform that action at this time.
0 commit comments