# README
github-webhook-listener
Go webhook listener for continous deployment on your server.
How to use it
- Create a .env that follows the .env.example schema.
- Create a config, example:
projects:
- repository: websocket-chat
branch: main
command: "cd ~/projects/websocket-chat && just redeploy"
- Now set your github webhook to
{your-server-url}/webhook
.