soft-serve
soft-serve copied to clipboard
Feature Request: Webhook Support
By implementing webhook support in soft-serve users could integrate with any CICD system that supports webhooks. I'm not sure how to go about implementing this since soft-serve is SSH based but would be happy to lend a hand.
There is presently a PR drafted regarding this feature. Maintainers expressed interest in further discussion so I figured I'd open a feature request to start the conversation.
FWIW, can use Git Hooks to trigger CI\CD systems. It's just pretty raw at the moment as you'd have to write your own script for each repository. You can use the post-update hook to run a CI\CD system after a repository push.