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
- Host: GitHub
- URL: https://github.com/androidkitkat/tugboat
- Owner: AndroidKitKat
- License: bsd-2-clause
- Created: 2019-07-23T22:32:06.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2019-10-10T02:04:49.000Z (over 5 years ago)
- Last Synced: 2024-12-29T16:45:57.267Z (5 months ago)
- Language: Python
- Size: 17.6 KB
- Stars: 4
- Watchers: 1
- Forks: 2
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
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.