Edit .onedev-buildspec.yml

This commit is contained in:
Norbert Maciaszek 2025-08-09 15:07:44 +00:00
parent 2ca10af866
commit 8b1bd6e174
1 changed files with 1 additions and 0 deletions

View File

@ -45,6 +45,7 @@ jobs:
runInContainer: false runInContainer: false
interpreter: !DefaultInterpreter interpreter: !DefaultInterpreter
commands: | commands: |
cd /www/wwwroot/moviebox
pm2 delete moviebox pm2 delete moviebox
pm2 start "npm start -- -p 3010" --name moviebox pm2 start "npm start -- -p 3010" --name moviebox
useTTY: true useTTY: true