fix: use full GitHub URLs for Azure actions (not mirrored on Forgejo)
Some checks failed
Deploy Nyla Frontend to Production / build-and-deploy (push) Failing after 12s
Some checks failed
Deploy Nyla Frontend to Production / build-and-deploy (push) Failing after 12s
Co-authored-by: Cursor <cursoragent@cursor.com>
This commit is contained in:
parent
077dbca759
commit
a7921d409e
2 changed files with 2 additions and 2 deletions
|
|
@ -61,7 +61,7 @@ jobs:
|
||||||
}' > deploy/package.json
|
}' > deploy/package.json
|
||||||
|
|
||||||
- name: 'Deploy to Azure Web App'
|
- name: 'Deploy to Azure Web App'
|
||||||
uses: azure/webapps-deploy@v3
|
uses: https://github.com/Azure/webapps-deploy@v3
|
||||||
with:
|
with:
|
||||||
app-name: 'poweron-nyla-int'
|
app-name: 'poweron-nyla-int'
|
||||||
publish-profile: ${{ secrets.AZUREAPPSERVICE_PUBLISHPROFILE_POWERON_NYLA_INT }}
|
publish-profile: ${{ secrets.AZUREAPPSERVICE_PUBLISHPROFILE_POWERON_NYLA_INT }}
|
||||||
|
|
|
||||||
|
|
@ -61,7 +61,7 @@ jobs:
|
||||||
}' > deploy/package.json
|
}' > deploy/package.json
|
||||||
|
|
||||||
- name: 'Deploy to Azure Web App'
|
- name: 'Deploy to Azure Web App'
|
||||||
uses: azure/webapps-deploy@v3
|
uses: https://github.com/Azure/webapps-deploy@v3
|
||||||
with:
|
with:
|
||||||
app-name: 'poweron-nyla'
|
app-name: 'poweron-nyla'
|
||||||
publish-profile: ${{ secrets.AZUREAPPSERVICE_PUBLISHPROFILE_POWERON_NYLA }}
|
publish-profile: ${{ secrets.AZUREAPPSERVICE_PUBLISHPROFILE_POWERON_NYLA }}
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue