Integrations
GitHub integration
5 min
GitHub Integration Benefits
- Automatic deployments on push
- Preview deployments for pull requests
- Deployment status checks
- Comment with deployment URLs on PRs
Setting Up GitHub Integration
- Install the CupaDev GitHub App
- Grant access to selected repositories
- Configure deployment settings
- Choose production branch
Pull Request Previews
Every pull request automatically gets a preview deployment with a unique URL. This allows you to:
- Test changes before merging
- Share previews with stakeholders
- Run automated tests against preview URLs
Deployment Status Checks
CupaDev adds status checks to your pull requests showing:
- Build status (pending, success, failed)
- Preview URL
- Deployment logs
Branch Deployments
Configure which branches trigger deployments:
- Production: Usually
mainormaster - Preview: All branches or specific patterns
Was this article helpful?