From c673fb045273f435b27d0ca9610734bac6fcf5ae Mon Sep 17 00:00:00 2001 From: xpcool Date: Sat, 22 Aug 2026 12:09:32 +0800 Subject: [PATCH] add deploy.json for CI --- deploy.json | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 deploy.json diff --git a/deploy.json b/deploy.json new file mode 100644 index 0000000..a920ac1 --- /dev/null +++ b/deploy.json @@ -0,0 +1,6 @@ +{ + "image": "node:20-alpine", + "build": "corepack enable && pnpm install && pnpm run build", + "output": "dist/build/h5", + "target": "app.xpcool.com" +} \ No newline at end of file