add deploy.json for CI
This commit is contained in:
parent
48e34f1abf
commit
c673fb0452
6
deploy.json
Normal file
6
deploy.json
Normal file
@ -0,0 +1,6 @@
|
|||||||
|
{
|
||||||
|
"image": "node:20-alpine",
|
||||||
|
"build": "corepack enable && pnpm install && pnpm run build",
|
||||||
|
"output": "dist/build/h5",
|
||||||
|
"target": "app.xpcool.com"
|
||||||
|
}
|
||||||
Loading…
Reference in New Issue
Block a user