Skip to content

Latest commit

 

History

History
17 lines (12 loc) · 387 Bytes

File metadata and controls

17 lines (12 loc) · 387 Bytes

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.