Skip to content

To handle post-receive hooks from github and pull a cloned repo

Notifications You must be signed in to change notification settings

beobal/repo-sync-webhook

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 

Repository files navigation

Sinatra app that handles HTTP POSTs from GitHub's post-receive webhook. It parses out the name of the repo and branch then pulls (if the branch is master) or creates a new tracking branch otherwise (using branch -f incase the local branch already exists).

About

To handle post-receive hooks from github and pull a cloned repo

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published