Add startup command to deployment workflow

This commit is contained in:
idittrich-valueon 2025-05-07 12:21:34 +02:00
parent 7af7c78510
commit ea2f01d46e

View file

@ -60,3 +60,4 @@ jobs:
app-name: 'poweron-nyla'
publish-profile: ${{ secrets.AZUREAPPSERVICE_PUBLISHPROFILE_D6C9359A57C5448A8C0BFA2D4C4B2068 }}
package: ./deploy
startup-command: 'node server.js'