Create a deployment
Use New Deployment in the consumer dashboard to import and ship an app.
- 1
Open New Deployment
From Deployments, click New Deployment. - 2
Select a source tab
GitHub,Zip,Docker, orCompose. Each tab has its own required fields. - 3
Fill project settings
Display name, environment (production / staging / development / preview), optional monorepobuild rootor project path, build and start commands, and auto-deploy when using GitHub. - 4
Environment variables
Add rows of key/value or pasteKEY=valuelines. See Environment variables. - 5
Deploy
Confirm. Renboot queues the project and opens the deployment detail page so you can follow progress.
Common fields
- Name — Human-readable label in the dashboard.
- Environment — Tags the deployment (production is default).
- Build root / project path — Subfolder for monorepos.
- Build / start command — Override when auto-detect is not enough.
- Auto-deploy — Rebuild when you push to the connected branch (GitHub).
Email verification
Unverified accounts may be blocked from creating deployments. Verify from the banner, then retry.Next: GitHub deploys · Manage instances