Edit .onedev-buildspec.yml
This commit is contained in:
parent
a629c5004e
commit
e128a5f493
|
|
@ -35,7 +35,8 @@ jobs:
|
||||||
runInContainer: false
|
runInContainer: false
|
||||||
interpreter: !DefaultInterpreter
|
interpreter: !DefaultInterpreter
|
||||||
commands: |
|
commands: |
|
||||||
bash /www/server/nodejs/vhost/scripts/moviebox.sh
|
npm run build
|
||||||
|
pm2 start "npm start -- -p 3010" --name moviebox
|
||||||
useTTY: true
|
useTTY: true
|
||||||
condition: SUCCESSFUL
|
condition: SUCCESSFUL
|
||||||
optional: false
|
optional: false
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue