https://github.com/zbicin/githooker
Simple webhook endpoint for custom GitHub continuous deployment powered by Node.
https://github.com/zbicin/githooker
Last synced: about 2 months ago
JSON representation
Simple webhook endpoint for custom GitHub continuous deployment powered by Node.
- Host: GitHub
- URL: https://github.com/zbicin/githooker
- Owner: zbicin
- Created: 2017-05-29T17:27:52.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2017-06-04T12:45:44.000Z (almost 8 years ago)
- Last Synced: 2024-10-18T13:56:32.674Z (7 months ago)
- Language: JavaScript
- Size: 9.77 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# githooker
Simple webhook endpoint for custom GitHub continuous deployment powered by Node.# How to run?
1. `git clone https://github.com/zbicin/githooker.git`.
2. Create `config.json` in the repo root. See `config.sample.json` for reference.
3. `npm start`.