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.git

Add the deploy key's public key under the repository's access-key settings.

Configure automatic deployments

  1. Open Configuration > Webhooks in the Coolify application.
  2. Copy the Bitbucket URL.
  3. Enter and save Bitbucket Webhook Secret.
  4. In Bitbucket, open the repository webhook settings.
  5. Enter the URL and configure the same secret when supported by the provider flow.
  6. Enable Repository push.
  7. For previews, enable pull request Created, Updated, Merged, and Declined.
  8. 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.

On this page