Your first deployment
Go from an empty account to a live app URL using the consumer dashboard.
- 1
- 2
Start a new deployment
On the Deployments home, click New Deployment (or the equivalent create button). A modal walks you through source and settings. - 3
Choose how to import your app
Pick one tab:- GitHub — connect the account if needed, select repo and branch
- Docker — paste an image reference
- Compose — paste compose YAML
- Zip — upload a project archive (max 100MB)
- 4
Name the project and set options
Set a display name, environment (production, staging, …), optional monorepo path / build root, and build or start commands if your app needs them. Toggle auto-deploy for GitHub if you want redeploys on push. - 5
Add environment variables
Add key/value pairs or paste a multi-lineKEY=valueblock. Secrets stay in Renboot — do not commit them to git. Details: Environment variables. - 6
Deploy and wait for Active
Submit the form. You will be taken to the deployment detail page. Status moves through queued / building / deploying until active. Open the URL when it appears.
After it is live
- Manage the running app under Instances (start, stop, restart, delete).
- Attach a custom domain under Domains.
- Watch output under Logs.
Email verification
If deploy is blocked, check the banner at the top of the dashboard and verify your email, then try again.Need more detail on each import method? See Create a deployment.