Edit .onedev-buildspec.yml

This commit is contained in:
Norbert Maciaszek 2025-08-08 22:51:26 +00:00
parent 19917b1ff5
commit 920f9eca0e
1 changed files with 1 additions and 0 deletions

View File

@ -36,6 +36,7 @@ jobs:
interpreter: !DefaultInterpreter
commands: |
cd /www/wwwroot/moviebox
rm -rf ./.next
npm run build
pm2 delete moviebox
pm2 start "npm start -- -p 3010" --name moviebox