add deploy.json for CI

This commit is contained in:
xpcool 2026-08-22 12:09:32 +08:00
parent 48e34f1abf
commit c673fb0452

6
deploy.json Normal file
View 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"
}