Edit .onedev-buildspec.yml

This commit is contained in:
Norbert Maciaszek 2025-08-08 22:55:18 +00:00
parent 920f9eca0e
commit fbf74427c4
1 changed files with 1 additions and 2 deletions

View File

@ -36,9 +36,8 @@ jobs:
interpreter: !DefaultInterpreter
commands: |
cd /www/wwwroot/moviebox
rm -rf ./.next
npm run build
pm2 delete moviebox
npm run build
pm2 start "npm start -- -p 3010" --name moviebox
useTTY: true
condition: SUCCESSFUL