Getting Started
Connecting your Git repository
3 min
Overview
Connect your Git repository to enable automatic deployments whenever you push code changes.
Supported Git Providers
- GitHub
- GitLab
- Bitbucket
Connecting GitHub
- Go to your project settings
- Click "Git Integration"
- Select "Connect GitHub"
- Authorize CupaDev to access your repositories
- Choose the repository to connect
- Select the branch to deploy (usually
mainormaster)
Automatic Deployments
Once connected, CupaDev will automatically deploy when you:
- Push commits to the configured branch
- Merge pull requests
- Create new tags (if configured)
Preview Deployments
Enable preview deployments to automatically create temporary environments for:
- Pull requests
- Feature branches
- Development branches
Security
CupaDev uses OAuth for secure authentication. We only request the minimum permissions needed to deploy your code.
Was this article helpful?