Enable Auto Deploy in Coolify
1. Setup auto deploy wih coolify webhooks
Section titled “1. Setup auto deploy wih coolify webhooks”- Inside cooolify app (frontend or backend), go to “Webhooks” tab
- Identify “GitHub” section
- Copy github link
- Click in “Webhook Configuration on GitHub”
- In new github tab, click in “Add Webhook”
- Paste github link in “Payload URL” field
- Generate a random long password (without special characters) with LastPass
- Copy the password and paste it in “Secret” field
- Click in “Add Webhook”
- Go back to coolify app
- Paste same password in “GitHub Webhook Secret” field
- Click in “Save”
2. Validate auto deploy
Section titled “2. Validate auto deploy”- Push a new commit to github repository
- Check coolify “Deployments” tab
- Check new deployment running