Renboot LogoRenboot

Deploy from GitHub

Connect GitHub, pick a repository and branch, and deploy from the dashboard.

Connect GitHub

  1. In New Deployment → GitHub, click connect if your account is not linked yet.
  2. Complete the OAuth screen and return to Renboot. Your repositories will load in the list.
  3. You can also manage connections under Settings.

Deploy a repo

  1. Search and select a repository.
  2. Choose the branch (default often main).
  3. Set monorepo path if the app is not at the repository root.
  4. Enable Auto-deploy if you want pushes to that branch to trigger new builds.
  5. Add env vars, then deploy.

Tips

  • Private repos require GitHub connected with access to that repo.
  • If the build fails, open the deployment → logs and fix scripts or Node/framework settings.
  • Changing env vars usually needs a redeploy to take effect.

First time?

Follow the end-to-end path in Your first deployment.