Skip to content

Latest commit

 

History

History
34 lines (22 loc) · 802 Bytes

WEBHOOKS.md

File metadata and controls

34 lines (22 loc) · 802 Bytes

Webhooks

Webloyer provide webhooks of GitHub and Bitbucket to deploy a project.

Bitbucket

Usage

You must set "Execute By" in Create Project Page.
If you want to use a secret key, you must also set "Secret" and specify it as GET parameter on payload url. Ex:

Endpoint

/api/webhook/bitbucket/v1/projects/:project_id/deployments

GitHub

Usage

You must set "Execute By" in Create Project Page.
If you want to use GitHub webhook secret, you must also set "Secret".

Endpoint

/api/webhook/github/v1/projects/:project_id/deployments