Edit .onedev-buildspec.yml
This commit is contained in:
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user