Gitea
Use an HTTPS URL for a public repository or an SSH URL for a private repository with a deploy key.
https://gitea.example.com/example/application.git
[email protected]:example/application.gitAdd the deploy key's public key to the repository before creating the private application.
Configure automatic deployments
- Open Configuration > Webhooks in the Coolify application.
- Copy the Gitea URL.
- Enter and save Gitea Webhook Secret.
- In Gitea, open the repository webhook settings.
- Enter the URL and the same secret.
- Enable Push.
- Enable pull-request events when using preview deployments.
- Enable Configuration > Advanced > Auto Deploy in Coolify.
Verify a push deployment first. Then open or update a pull request and inspect Configuration > Preview Deployments.
