# README
drone-email-webhook
Webhook listener for Drone CI / CD notifying commit authors of failed builds via email.
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 | [email protected] |
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 themain
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.