mirror of
https://github.com/moghtech/komodo.git
synced 2025-12-05 19:17:36 -06:00
Linked Repository on Different Server Not Auto-Deploying After Webhook #591
Reference in New Issue
Block a user
No description provided.
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 @pluusla on GitHub (Sep 21, 2025).
Issue Overview
I've noticed that when using a linked repository with stacks on different servers, auto-deployment via webhooks doesn't seem to work consistently. I'd like to understand if this is expected behavior or if I'm missing something in my configuration.
Reproduction Steps
I have two different stack configurations:
Stack 1 (Works correctly with webhooks):
toml
toml
toml
Expected Behavior
I expected that when changes are pushed to the git repository, both stacks would auto-deploy since they both have webhooks configured with the same repository.
Actual Behavior
Additional Observations
Questions
Environment
Komodo version: 1.19.4
OS: Linux
Git provider: Self-hosted Git server Forgejo
Deployment method: Docker
I appreciate any insights on whether this is expected behavior or if I'm missing something in my configuration. Thank you!