Skip to content

Commit 3e39e58

Browse files
committed
Add or update the Azure App Service build and deployment workflow config
1 parent 001afe6 commit 3e39e58

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.github/workflows/main_devops-nextjs.yml

+5-5
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# Docs for the Azure Web Apps Deploy action: https://github.com/Azure/webapps-deploy
22
# More GitHub Actions for Azure: https://github.com/Azure/actions
33

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
55

66
on:
77
push:
@@ -57,15 +57,15 @@ jobs:
5757
- name: Login to Azure
5858
uses: azure/login@v2
5959
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 }}
6363

6464
- name: 'Deploy to Azure Web App'
6565
id: deploy-to-webapp
6666
uses: azure/webapps-deploy@v3
6767
with:
68-
app-name: 'DevOps-Nextjs'
68+
app-name: 'Devops-nextjs'
6969
slot-name: 'Production'
7070
package: .
7171

0 commit comments

Comments
 (0)