Skip to content

SolvedSphinx126/LinuxGithubWebhookManager

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 

Repository files navigation

LinuxGithubWebhookManager

This is a project to deploy remote repositories to a Linux server on push events.

Setting a port

The webhook listens to port 9000 by default. You can modify the port that the webhook listens to by adding -port int to line 2 of start.sh before the "&".

ex.

webhook -hooks repo.json -port 8000 &

Setting a branch

The webhook only listens to pushes to the branch Production by default, to modify that, edit line 20 of repo.json to the name of the branch you want to listen for pushes to.

ex.

"value": "refs/heads/Master",

About

This is a project to deploy remote repositories to a Linux server

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages