自托管开源版,或使用 Keel Cloud 的托管 Build + Update。
克隆仓库,在你自己的 VPS 上跑 Update + Build server。
git clone https://github.com/appunvs/appunvs
cd appunvs/keel
go build ./cloud/cmd/update-server
./update-server -listen :8081 注册账号,拿到 API key,把 CLI 指向我们的 endpoint。
npm install -g @keel-ai/cli
keel login --ci # 粘贴 API key
keel publish ./build/bundle.zip ...