What problem does it solve?
This Skill solves the hassle of repeatedly shipping and deploying the latest OmniRoute build to a fixed on-prem Local VPS, ensuring the service is updated and running without manual steps.
Core Features & Use Cases
- Build and package locally: Produces a clean OmniRoute release artifact by running the CLI build and creating an npm package tarball.
- Remote installation and runtime updates: Copies the package to the VPS, installs globally while ignoring scripts, rebuilds the native dependency, and restarts the PM2-managed process.
- Service verification: Confirms the deployment by checking the Local VPS HTTP endpoint returns a response code.
What problem does it solve?
Deploys the OmniRoute gateway reliably to a known host (192.168.0.15) with PM2 to keep your AI routing endpoint current.
Quick Start
Use deploy-vps-local-cx to package OmniRoute, upload it to the Local VPS, restart the PM2 process, and verify the endpoint responds on port 20128.