Skip to content

Quickstart

Reoclo is designed around a simple three-step flow: install the GitHub App, connect a server, and deploy. The control plane handles webhook processing, job orchestration, and deployment state while your workloads run on infrastructure you own.

First, install the Reoclo GitHub App on the repositories you want to deploy. Reoclo uses this integration to receive push events, generate short-lived installation tokens, and clone private repositories during deploy jobs without storing long-lived source credentials in your app settings.

Next, add a Linux server and choose a connection type. Use SSH when you have direct key-based access, or use the Runner for environments behind NAT or strict firewalls. Once the server reaches ACTIVE, create an application, trigger deploy, and Reoclo will run the pipeline on that server: clone, build image locally, start the new container, and verify health before cutover.