CONNECT GITHUB.
Automatic deployments on every push, preview builds for pull requests, and seamless GitHub Actions integration.
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.
AUTOMATIC DEPLOYMENTS
Once connected, every push to your repository triggers a deployment. Configure which branches deploy to production.
| Branch | Environment | URL |
|---|---|---|
| main | Production | your-project.boottify.com |
| feature/* | Preview | feature-xxx.your-project.boottify.com |
| Pull Request | Preview | pr-123.your-project.boottify.com |
TIP: Preview comments are automatically posted to pull requests with deployment status and URL.
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.
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.