updated publish profile
This commit is contained in:
parent
5816a1b752
commit
7740c59323
2 changed files with 2 additions and 4 deletions
4
.github/workflows/int_poweron-nyla-int.yml
vendored
4
.github/workflows/int_poweron-nyla-int.yml
vendored
|
|
@ -62,9 +62,7 @@ jobs:
|
|||
- name: Login to Azure
|
||||
uses: azure/login@v1
|
||||
with:
|
||||
client-id: ${{ secrets.AZUREAPPSERVICE_CLIENTID_F22B84BEF16242F48E913761794EFA64 }}
|
||||
tenant-id: ${{ secrets.AZUREAPPSERVICE_TENANTID_91A621FECC4E4239B35E8842FAD714A4 }}
|
||||
subscription-id: ${{ secrets.AZUREAPPSERVICE_SUBSCRIPTIONID_89F1F8736D6D4566AF238A83525E0BD5 }}
|
||||
creds: ${{ secrets.AZUREAPPSERVICE_PUBLISHPROFILE_POWERON_NYLA_INT }}
|
||||
|
||||
- name: 'Deploy to Azure Web App'
|
||||
id: deploy-to-webapp
|
||||
|
|
|
|||
2
.github/workflows/main_poweron-nyla.yml
vendored
2
.github/workflows/main_poweron-nyla.yml
vendored
|
|
@ -58,5 +58,5 @@ jobs:
|
|||
uses: azure/webapps-deploy@v3
|
||||
with:
|
||||
app-name: 'poweron-nyla'
|
||||
publish-profile: ${{ secrets.AZUREAPPSERVICE_PUBLISHPROFILE_D6C9359A57C5448A8C0BFA2D4C4B2068 }}
|
||||
publish-profile: ${{ secrets.AZUREAPPSERVICE_PUBLISHPROFILE_POWERON_NYLA }}
|
||||
package: ./deploy
|
||||
|
|
|
|||
Loading…
Reference in a new issue