Update int_poweron-nyla-int.yml
This commit is contained in:
parent
8d18a2c2ae
commit
8fc54e55d5
1 changed files with 14 additions and 14 deletions
28
.github/workflows/int_poweron-nyla-int.yml
vendored
28
.github/workflows/int_poweron-nyla-int.yml
vendored
|
|
@ -41,12 +41,12 @@ jobs:
|
||||||
deploy:
|
deploy:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
needs: build
|
needs: build
|
||||||
environment:
|
environment:
|
||||||
name: 'Production'
|
name: 'Production'
|
||||||
url: ${{ steps.deploy-to-webapp.outputs.webapp-url }}
|
url: ${{ steps.deploy-to-webapp.outputs.webapp-url }}
|
||||||
permissions:
|
permissions:
|
||||||
id-token: write #This is required for requesting the JWT
|
id-token: write #This is required for requesting the JWT
|
||||||
contents: read #This is required for actions/checkout
|
contents: read #This is required for actions/checkout
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
- name: Download artifact from build job
|
- name: Download artifact from build job
|
||||||
|
|
@ -56,13 +56,13 @@ jobs:
|
||||||
|
|
||||||
- name: Unzip artifact for deployment
|
- name: Unzip artifact for deployment
|
||||||
run: unzip release.zip
|
run: unzip release.zip
|
||||||
|
|
||||||
- name: Login to Azure
|
- name: Login to Azure
|
||||||
uses: azure/login@v2
|
uses: azure/login@v2
|
||||||
with:
|
with:
|
||||||
client-id: ${{ secrets.AZUREAPPSERVICE_CLIENTID_6DD84FBFF4714B219CFB34DCFFCD5AB8 }}
|
client-id: ${{ secrets.AZUREAPPSERVICE_CLIENTID_6DD84FBFF4714B219CFB34DCFFCD5AB8 }}
|
||||||
tenant-id: ${{ secrets.AZUREAPPSERVICE_TENANTID_F971FF000D07422C8DE63D80087B1699 }}
|
tenant-id: ${{ secrets.AZUREAPPSERVICE_TENANTID_F971FF000D07422C8DE63D80087B1699 }}
|
||||||
subscription-id: ${{ secrets.AZUREAPPSERVICE_SUBSCRIPTIONID_B5B74D4E312E4B0AB251704F387F2166 }}
|
subscription-id: ${{ secrets.AZUREAPPSERVICE_SUBSCRIPTIONID_B5B74D4E312E4B0AB251704F387F2166 }}
|
||||||
|
|
||||||
- name: 'Deploy to Azure Web App'
|
- name: 'Deploy to Azure Web App'
|
||||||
id: deploy-to-webapp
|
id: deploy-to-webapp
|
||||||
|
|
@ -70,5 +70,5 @@ jobs:
|
||||||
with:
|
with:
|
||||||
app-name: 'poweron-nyla-int'
|
app-name: 'poweron-nyla-int'
|
||||||
slot-name: 'Production'
|
slot-name: 'Production'
|
||||||
package: .
|
package: ./dist/
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue