Edit .onedev-buildspec.yml
This commit is contained in:
parent
4202ff8e56
commit
8a6ceacf32
|
|
@ -26,7 +26,6 @@ jobs:
|
||||||
commands: |
|
commands: |
|
||||||
cd /www/wwwroot/moviebox
|
cd /www/wwwroot/moviebox
|
||||||
npm install
|
npm install
|
||||||
npx drizzle-kit generate
|
|
||||||
npx drizzle-kit migrate
|
npx drizzle-kit migrate
|
||||||
useTTY: true
|
useTTY: true
|
||||||
condition: SUCCESSFUL
|
condition: SUCCESSFUL
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue