Deploy from GitHub
Connect GitHub, pick a repository and branch, and deploy from the dashboard.
Connect GitHub
- In New Deployment → GitHub, click connect if your account is not linked yet.
- Complete the OAuth screen and return to Renboot. Your repositories will load in the list.
- You can also manage connections under Settings.
Deploy a repo
- Search and select a repository.
- Choose the branch (default often
main). - Set monorepo path if the app is not at the repository root.
- Enable Auto-deploy if you want pushes to that branch to trigger new builds.
- 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.