Skip to content

Commit 3ccf294

Browse files
authored
Update master_ngcodex.yml
1 parent 351bcd4 commit 3ccf294

File tree

1 file changed

+11
-11
lines changed

1 file changed

+11
-11
lines changed

.github/workflows/master_ngcodex-gpt.yml

+11-11
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
# More GitHub Actions for Azure: https://github.com/Azure/actions
33
# More info on Python, GitHub Actions, and Azure App Service: https://aka.ms/python-webapps-actions
44

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
66

77
on:
88
push:
@@ -49,8 +49,8 @@ jobs:
4949
environment:
5050
name: 'Production'
5151
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
5454

5555
steps:
5656
- name: Download artifact from build job
@@ -61,18 +61,18 @@ jobs:
6161
- name: Unzip artifact for deployment
6262
run: unzip release.zip
6363

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 }}
7171

7272
- name: 'Deploy to Azure Web App'
7373
uses: azure/webapps-deploy@v2
7474
id: deploy-to-webapp
7575
with:
7676
app-name: 'ngcodex-gpt'
7777
slot-name: 'Production'
78-
78+

0 commit comments

Comments
 (0)