Edit .onedev-buildspec.yml

This commit is contained in:
Norbert Maciaszek 2025-08-08 18:44:23 +00:00
parent a629c5004e
commit e128a5f493
1 changed files with 2 additions and 1 deletions

View File

@ -35,7 +35,8 @@ jobs:
runInContainer: false
interpreter: !DefaultInterpreter
commands: |
bash /www/server/nodejs/vhost/scripts/moviebox.sh
npm run build
pm2 start "npm start -- -p 3010" --name moviebox
useTTY: true
condition: SUCCESSFUL
optional: false