Bitbucket Integration
DeployRamp integrates with Bitbucket Cloud via an App Password and webhook. The integration watches pull requests, posts analysis comments when risky changes are detected, and pushes flag commits to protect your deployments.
Setup
- Go to Dashboard → Settings → Integrations → Bitbucket
- Enter your Bitbucket workspace and repository name
- Create a Bitbucket App Password with the following scopes:
- Repository: read and write
- Pull requests: read and write
- Paste your Bitbucket username and App Password into DeployRamp
- DeployRamp configures the webhook automatically, no manual webhook setup required
How it works
Once connected, DeployRamp receives events for every pull request opened or updated in the configured repository. It analyzes the diff for risky changes: new endpoints, database migrations, auth changes, payment logic. It posts a comment with its analysis and flag suggestion. When you accept the suggestion, a coding agent pushes a commit wrapping the risky code in a feature flag.