add deploy.json for CI
This commit is contained in:
parent
3ba01515ad
commit
ea2737f589
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",
|
||||||
|
"target": "tool.xpcool.com"
|
||||||
|
}
|
||||||
Loading…
Reference in New Issue
Block a user