https://github.com/mathieu2301/autogitupdater
Auto webhook deploy updater for GitHub
https://github.com/mathieu2301/autogitupdater
Last synced: about 2 months ago
JSON representation
Auto webhook deploy updater for GitHub
- Host: GitHub
- URL: https://github.com/mathieu2301/autogitupdater
- Owner: Mathieu2301
- License: mit
- Created: 2019-04-03T16:27:45.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2019-04-03T17:31:29.000Z (about 7 years ago)
- Last Synced: 2025-03-05T03:27:04.972Z (over 1 year ago)
- Language: JavaScript
- Homepage:
- Size: 10.7 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Auto GitHub Updater
Auto webhook deploy updater for GitHub
NPM: https://www.npmjs.com/package/autogitupdater
Install steps :
1. Install autogitupdater : ``npm i autogitupdater``
2. Add the following line to your project ``require("autogitupdater")("/webhook/autogit/A_RAMDOM_KEY", app);``
3. Change ``A_RAMDOM_KEY`` by a random pass (https://passwordsgenerator.net/)
4. Run your program ``nodemon run``
5. Go to your repository settings and create a webhook pointing to ``http(s)://your_ip/webhook/autogit/A_RAMDOM_KEY``