Skip to content

Webhook support for deployment events #34

Description

@Yxmura

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.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions