Be part of JetBrains PHPverse 2026 on June 9 – a free online event bringing PHP devs worldwide together.

christopher's avatar

Forge Bitbucket Integratio

Am i stupid or is the option gone for bitbucket ? :D

http://d.pr/i/rtF2

I dont find any options to add my bitbucket repo.

0 likes
7 replies
mikebronner's avatar

Hi @kayyyy, you are right, the BitBucket option has been removed. I believe this decision was made because most people use GitHub, and the minority (among them BitBucket users like us) need to manually set things up using the Custom Repo option.

No worries, though, it works great, I use it ALL the time. Just a few extra clicks. You will be guided through the process pretty effectively.

1 like
christopher's avatar

ahhhhh okay. Seems to work now with the custom repo. Didnt know that i can setup a ssh key in bitbucket - i use bitbucket for the first time :)

Thank you.

mikebronner's avatar

Once you have your repo set up, you will see a yellow alert box with a web hook link. You need to add this to the BitBucket repo (in Settings) as a web hook when the repo is pushed.

mikebronner's avatar

Excellent! Welcome to the BitBucket/Forge minority group! hehe :)

darrynsmith's avatar

Quick newcomer question on this topic:

When I deploy and Forge gives me the "Deployment Trigger URL",

I should do the following:

  • copy the URL

  • go to the settings page of my associated Bitbucket repo

  • click on Webhooks

  • click on "Add a Webhook"

  • give it a Title

  • paste the Deployment Trigger URL from Forge into the 'URL' field

  • Go with the next settings as pre-filled: --- Status: Active (checked) --- SSL/TLS: Skip Cert. Verification (unchecked) --- Triggers: Repository push (selected)

  • click Save and I'm good to go?

(most seems fairly clear except for the cert verification option)

Robstar's avatar

@darrynsmith Now you don't need to do anything in Bitbucket. Within Forge you simply need to activate the "Quick deploy" option for a given site.

Now, when your selected repository and branch is changed, Forge will automatically deploy your changes.

It really can't be any easier than that :)

1 like

Please or to participate in this conversation.