Renboot LogoRenboot

Create a deployment

Use New Deployment in the consumer dashboard to import and ship an app.

  1. 1

    Open New Deployment

    From Deployments, click New Deployment.
  2. 2

    Select a source tab

    GitHub, Zip, Docker, or Compose. Each tab has its own required fields.
  3. 3

    Fill project settings

    Display name, environment (production / staging / development / preview), optional monorepo build root or project path, build and start commands, and auto-deploy when using GitHub.
  4. 4

    Environment variables

    Add rows of key/value or paste KEY=value lines. See Environment variables.
  5. 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