http post - Setup Github Webhook for AWS EC2 server -


i have webapp deployed in aws ec2 instance. got know github webhook. trying setup webhook service ec2 server. can pls give walk-through about:

1. how receive webhook payload server endpoint. 2. payload url 1 have write in github webhook service. 

first need go repo, , click through sequence:

settings -> webhooks & services -> add webhook

then paste url github submit data each new commit. can find examples of payload in example.

then implement logic needed in backend work info new commits.


Comments

Popular posts from this blog

php - failed to open stream: HTTP request failed! HTTP/1.0 400 Bad Request -

java - How to filter a backspace keyboard input -

java - Show Soft Keyboard when EditText Appears -