Self-host the open source, or use Keel Cloud's managed Build + Update.
Clone the repo, run the Update + Build server on your VPS.
git clone https://github.com/appunvs/appunvs
cd appunvs/keel
go build ./cloud/cmd/update-server
./update-server -listen :8081 Sign up, get an API key, point your CLI at our endpoint.
npm install -g @keel-ai/cli
keel login --ci # paste your API key
keel publish ./build/bundle.zip ...