Bitbucket
Use an HTTPS URL for a public repository or an SSH URL for a private repository with a deploy key.
https://bitbucket.org/example/application.git
[email protected]:example/application.gitAdd the deploy key's public key under the repository's access-key settings.
Configure automatic deployments
- Open Configuration > Webhooks in the Coolify application.
- Copy the Bitbucket URL.
- Enter and save Bitbucket Webhook Secret.
- In Bitbucket, open the repository webhook settings.
- Enter the URL and configure the same secret when supported by the provider flow.
- Enable Repository push.
- For previews, enable pull request Created, Updated, Merged, and Declined.
- Enable Configuration > Advanced > Auto Deploy in Coolify.
Push to the configured branch and inspect Deployments. Open or update a pull request to verify preview events separately.
