parent
5319b38560
commit
b33ba945b6
1 changed files with 2 additions and 2 deletions
|
@ -2,8 +2,8 @@ pipeline:
|
||||||
build:
|
build:
|
||||||
image: git.mzhang.io/michael/blog-builder:2.6.4-x86_64
|
image: git.mzhang.io/michael/blog-builder:2.6.4-x86_64
|
||||||
commands:
|
commands:
|
||||||
- npm ci
|
- pnpm install
|
||||||
- npm run build
|
- pnpm run build
|
||||||
|
|
||||||
deploy:
|
deploy:
|
||||||
image: alpine
|
image: alpine
|
||||||
|
|
Loading…
Reference in a new issue