picostack / pico

A Git-driven task runner built to facilitate GitOps and Infrastructure-as-Code while securely passing secrets to tasks.
https://pico.sh
MIT License
54 stars 6 forks source link

Notification Providers #9

Open ADRFranklin opened 4 years ago

ADRFranklin commented 4 years ago

As a future idea to make Wadsworth even more useful, would be to implement some notification providers like Gotify, Slack, Telegram, Webhooks, Discord, etc.

It would be useful to have Wadsworth to send notification when events happen, that way to track it's progression and also report any faults that happen, this is just another step to help the deployer quickly resolve issues.

This could probably tie into a future web ui, that could make it easier to setup providers.

Southclaws commented 4 years ago

Webhooks are probably the first version of this. Then maybe custom integrations with other services. GitHub is probably something I'd like to play with in terms of pull request/commit comments etc.