Skip to content

Go webhook listener that executes a given command on push

Notifications You must be signed in to change notification settings

Etheryen/github-webhook-listener

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

github-webhook-listener

Go webhook listener for continous deployment on your server.

How to use it

  1. Create a .env that follows the .env.example schema.
  2. Create a config, example:
projects:
  - repository: websocket-chat
    branch: main
    command: "cd ~/projects/websocket-chat && just redeploy"
  1. Now set your github webhook to {your-server-url}/webhook.

About

Go webhook listener that executes a given command on push

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages