Renboot LogoRenboot

Your first deployment

Go from an empty account to a live app URL using the consumer dashboard.

  1. 1

    Sign in to the consumer dashboard

    Open Login, then go to /consumer. If you land on the provider view, switch role to consumer in the header.
  2. 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. 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. 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. 5

    Add environment variables

    Add key/value pairs or paste a multi-line KEY=value block. Secrets stay in Renboot — do not commit them to git. Details: Environment variables.
  6. 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.