generated from hunvreus/flask-basics
-
-
Notifications
You must be signed in to change notification settings - Fork 150
Open
Description
Would be useful to trigger webhooks on deployment events (started, success, failure) so we can send notifications to Discord, Slack, or custom endpoints.
Use case: Get notified in Discord/Slack when deployments complete without having to check the UI or rely on GitHub Actions workarounds.
Proposed implementation:
- Add webhook URL config per project (or global in settings)
- Fire POST requests on deployment state changes
- Include basic payload: status, project, branch, commit, timestamp, logs URL
Happy to contribute a PR if this sounds reasonable.
Metadata
Metadata
Assignees
Labels
No labels