Skip to content
This repository has been archived by the owner on Apr 12, 2019. It is now read-only.

Commit

Permalink
Add Bitbucket settings instructions; Close vicenteguerra#4
Browse files Browse the repository at this point in the history
  • Loading branch information
JacobDB committed Apr 24, 2017
1 parent 8e951e9 commit c38b6ec
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit c38b6ec

Please sign in to comment.