[Guide] Deploying Netlify from private Bitbucket Server

Short guide stepping through how to deploy Netlify from a private Bitbucket server behind an NginX proxy.

Netlify has a great push-button deployment if using a cloud based repo - such as Github, Bitbucket.org or GitLab, but there’s a few gotchas if a new user wants to use a private self-hosted repository. This guide steps through how to open up Bitbucket so that Netlify can see the repo, and then uses netlify-cli to make the connection using webhooks.

https://att.ms/netlify-bitbucket

(As an aside, very happy to help here if anyone has any issues with self-hosted installations of Atlassian <-> Netlify)

fantastic! thanks so much for sharing and writing this!