Go webhook listener for continous deployment on your server.
- 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.