Deployments
A deployment is your project on Renboot — source, settings, env, and live history.
From the consumer dashboard home (/consumer) you see every deployment as a card: name, status, URL (when active), and quick actions. Click a card to open the detail page.
Statuses you will see
- queued — Waiting to start.
- building — Packaging your app from source.
- deploying — Rolling out to the network.
- active — Live. Open the public URL.
- failed — Something went wrong; check logs and fix env or build settings.
- stopped — Manually stopped; start again from Instances.
Guides
Create a deployment
Full walkthrough of the New Deployment modal.
GitHub
Connect GitHub, pick repo and branch, auto-deploy.
Docker & Compose
Deploy from an image or compose file.
Zip upload
Upload a project archive without Git.
Environment variables
Secrets and config for your app.
Deployments vs instances
Deployment is the project definition and history. Instance is the running (or stopped) view with start/stop controls — see Manage instances.