Categorygithub.com/etheryen/github-webhook-listener
repository
0.0.0-20241130205111-4087a4542bea
Repository: https://github.com/etheryen/github-webhook-listener.git
Documentation: pkg.go.dev

# Packages

No description provided by the author
No description provided by the author

# README

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.