Categorygithub.com/yegor-usoltsev/drone-email-webhook
repositorypackage
1.0.8
Repository: https://github.com/yegor-usoltsev/drone-email-webhook.git
Documentation: pkg.go.dev

# README

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

KEYTYPEDEFAULT
DRONE_SECRETString
DRONE_SERVER_HOSTString0.0.0.0
DRONE_SERVER_PORTInteger3000
DRONE_EMAIL_SMTP_HOSTStringlocalhost
DRONE_EMAIL_SMTP_PORTInteger1025
DRONE_EMAIL_SMTP_USERNAMEStringmaildev
DRONE_EMAIL_SMTP_PASSWORDStringmaildev
DRONE_EMAIL_FROMString[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 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