An open API service indexing awesome lists of open source software.

https://github.com/androidkitkat/tugboat

A tiny git repository puller using GitHub webhooks
https://github.com/androidkitkat/tugboat

Last synced: 5 months ago
JSON representation

A tiny git repository puller using GitHub webhooks

Awesome Lists containing this project

README

        

# tugboat
A tiny git repository puller using GitHub webhooks

## Motivation

I made this because I didn't want to run an entire jenkins instance to upload my blog or give someone access to my machine/manually log in and pull the changes. I'm pretty proud of it as it is the first non-academic thing I wrote to solve a problem for myself.

## Configuration

First thing you need to do, is set up webhooks for your GitHub or GitLab repo, and point them to the endpoint running tugboat. Then, just put your repo names and paths into the repo_names and repo_paths arrays. Next, just do a push and voila!

## Questions?

Please leave an issue or reach me on Freenode. I go by AndroidKitKat there.