From c38b6ecd05acc648135c621289d7f9e40151c706 Mon Sep 17 00:00:00 2001 From: Jacob Bearce Date: Mon, 24 Apr 2017 13:42:16 -0500 Subject: [PATCH] Add Bitbucket settings instructions; Close #4 --- README.md | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/README.md b/README.md index ca5e7c6..157d3d2 100644 --- a/README.md +++ b/README.md @@ -59,6 +59,20 @@ Click "Add webhook" to save your settings, and the script should start working. ![Example screenshot showing GitLab webhook settings](https://cloud.githubusercontent.com/assets/1123997/25352520/e76ff672-28f1-11e7-8570-112f3eec8567.png) +### Bitbucket + +In your repository, navigate to Settings → Webhooks → Add webhook, and use the following settings: + +- Title: git-deploy +- URL: https://www.yoursite.com/git-deploy/deploy.php?token=your-secret-token +- Active: ☑ +- SSL / TLS: ☐ (only if using SSL, see [Bitbucket's documentation](https://confluence.atlassian.com/bitbucket/manage-webhooks-735643732.html#ManageWebhooks-skip_certificate) for more details) +- Triggers: ☑ Repository push + +Click "Save" to save your settings, and the script should start working. + +![Example screenshot showing Bitbucket webhook settings](https://cloud.githubusercontent.com/assets/1123997/25353037/97ec1052-28f3-11e7-88e4-b45c4ca68220.png) + --- ## Support on Beerpay