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