mirror of
https://github.com/moghtech/komodo.git
synced 2026-07-16 01:59:56 -05:00
[Idea] Add Webhook endpoint to pull and deploy on Git repos #1520
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @BLACK4585 on GitHub (Dec 13, 2025).
Currently, when you set a server to Git Repo mode, you get a Webhook URL to redeploy the updated services.
But when using a GitOps homelab system, the new repo needs to be pulled first.
My idea is to add a second webhook to pull and redeploy updated services. Just redeploying updated services in a git repo without pulling first does nothing, so the current webhook could even be replaced.
When you select "File On Disk" mode, the current webhook is fine.