How to recreate Github post-receive for private server?

I use the excellent Sprint.ly to manage my project. I am using git for version control and Sprint.ly has great github integration, taking its post after ingest and looking at the changes (see their documentation ).

I am not using github to host this repo, I am using my own private server instead. How can I recreate the post-receive github message and send it to sprint.ly? I'm not very good with such scenarios, so any help would be greatly appreciated.

+3


source to share


1 answer


See the following repository: https://github.com/mbmccormick/gitosis-webhook

I was able to integrate with sprint.ly using this post-trick script, changing the url variable accordingly.



Hope this helps, Aaron

+1


source







All Articles