为AWS EC2服务器设置Github Webhook

时间:2015-04-29 07:23:11

标签: github http-post webhooks

我在aws ec2实例中部署了一个webapp。我最近了解了Github Webhook。现在我正在尝试为我的ec2服务器设置webhook服务。有人可以讲一下:

1. How to receive the webhook payload for server endpoint.
2. What will be the Payload URL that one have to write in github webhook service.

1 个答案:

答案 0 :(得分:0)

首先,您需要转到您的仓库,然后点击此序列:

  

设置 - > Webhooks&服务 - >添加webhook

然后粘贴url,其中github将为每个新提交提交数据。您可以在example中找到有效负载的示例。

然后实现后端所需的逻辑以处理有关新提交的信息。