Edit .onedev-buildspec.yml
This commit is contained in:
parent
a629c5004e
commit
e128a5f493
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in New Issue