add deploy.json for CI

This commit is contained in:
xpcool 2026-08-22 12:09:33 +08:00
parent 3ba01515ad
commit ea2737f589

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",
"target": "tool.xpcool.com"
}