yegor-usoltsev / drone-email-webhook

Webhook listener for Drone CI / CD notifying commit authors of failed builds via email

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

drone-email-webhook

Build Status GitHub Release Docker Image (docker.io) Docker Image (ghcr.io)

Webhook listener for Drone CI / CD notifying commit authors of failed builds via email.

Screenshot

Usage

TODO

Environment Variables

KEY TYPE DEFAULT
DRONE_SECRET String
DRONE_SERVER_HOST String 0.0.0.0
DRONE_SERVER_PORT Integer 3000
DRONE_EMAIL_SMTP_HOST String localhost
DRONE_EMAIL_SMTP_PORT Integer 1025
DRONE_EMAIL_SMTP_USERNAME String maildev
DRONE_EMAIL_SMTP_PASSWORD String maildev
DRONE_EMAIL_FROM String drone@example.com

Docker Images

This application is delivered as a multi-platform Docker image and is available for download from two image registries of choice: yusoltsev/drone-email-webhook and ghcr.io/yegor-usoltsev/drone-email-webhook. Images are tagged as follows:

  • latest - Tracks the latest released version, which is typically tagged with a version number. This tag is recommended for most users as it provides the most stable version.
  • edge - Tracks the latest commits to the main branch.
  • vX.Y.Z (e.g., v1.2.3) - Represents a specific released version.

Versioning

This project uses Semantic Versioning

Contributing

Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change. Please make sure to update tests as appropriate.

License

MIT

About

Webhook listener for Drone CI / CD notifying commit authors of failed builds via email

License:MIT License


Languages

Language:Go 55.5%Language:HTML 43.1%Language:Dockerfile 1.4%