Simple node.js application to restart other (bigger) application on the same server when the GitHub push webhook triggers.
-
Updated
Nov 12, 2021 - JavaScript
Simple node.js application to restart other (bigger) application on the same server when the GitHub push webhook triggers.
A minimal GitHub webhook listener that executes a specified command when push occurs on the default branch, or when a release is published.
Automatically pulls a github repository when a push payload is sent from a webhook, copying to the appropriate directory. This was used in conjunction with another one of my projects and will automatically try to run a server.js node file in master
Add a description, image, and links to the github-webhook-listener topic page so that developers can more easily learn about it.
To associate your repository with the github-webhook-listener topic, visit your repo's landing page and select "manage topics."