-
Notifications
You must be signed in to change notification settings - Fork 171
Webhook support for deployment events #34
Copy link
Copy link
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.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels