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
Post a Comment