Update int_poweron-nyla-int.yml

This commit is contained in:
idittrich-valueon 2025-06-04 11:31:50 +02:00 committed by GitHub
parent 8d18a2c2ae
commit 8fc54e55d5
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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/