-
-
Notifications
You must be signed in to change notification settings - Fork 2
Description
Description
I'd like to have notifications when doco-cd does something or runs into issues. Is this something you are interested in as well? I'm willing to try to contribute this to the project if you'd like.
Usually I'd be fine with just deployment finished/failed messages, but during initial implementation more "debug" messages like polling start and such might be helpful.
I already checked how this could be done and found https://github.com/nikoksr/notify, but this would require us to add explicit support for all notification services supported by notify. I think I'd rather add https://github.com/caronc/apprise as a sidecar container and give doco-cd a new config like APPRISE_API_URL that enables notifications by pushing to the standardized apprise API. That would keep doco-cd way more simple and focused and give users the ability to use whatever notification service they like and apprise supports.
What do you think?
Use Case
Instant notifications on supported platforms for deployment and failure information.
Additional Information
No response