Edit .onedev-buildspec.yml

This commit is contained in:
Norbert Maciaszek 2025-08-08 22:46:50 +00:00
parent 181826cceb
commit 19917b1ff5
1 changed files with 2 additions and 0 deletions

View File

@ -35,7 +35,9 @@ jobs:
runInContainer: false
interpreter: !DefaultInterpreter
commands: |
cd /www/wwwroot/moviebox
npm run build
pm2 delete moviebox
pm2 start "npm start -- -p 3010" --name moviebox
useTTY: true
condition: SUCCESSFUL