Skip to main content
// GITHUB INTEGRATION

CONNECT GITHUB.

Automatic deployments on every push, preview builds for pull requests, and seamless GitHub Actions integration.

01

CONNECT REPOSITORY

Connect your GitHub repository to enable automatic deployments. Boottify supports both personal and organization repositories.

1. Install GitHub App

Install the Boottify GitHub App on your account or organization.

2. Select Repository

Choose which repositories Boottify can access.

3. Import Project

Import the repository as a new Boottify project.

Once connected, pushes to the configured branch will automatically trigger deployments.

02

AUTOMATIC DEPLOYMENTS

Once connected, every push to your repository triggers a deployment. Configure which branches deploy to production.

BranchEnvironmentURL
mainProductionyour-project.boottify.com
feature/*Previewfeature-xxx.your-project.boottify.com
Pull RequestPreviewpr-123.your-project.boottify.com

TIP: Preview comments are automatically posted to pull requests with deployment status and URL.

03

CONFIGURATION

Configure Git integration settings from your app's settings page in the Control Center dashboard.

Production Branch

Set which branch deploys to production (default: main).

Auto-Cancel

Cancel in-progress builds when new commits are pushed.

04

PERMISSIONS

The Boottify GitHub App requires minimal permissions to function.

Repository Contents

Read access to clone and build your code.

Pull Requests

Write access to post preview comments.

Commit Statuses

Write access to report build status.