mirror of
https://framagit.org/fredix/drone-gotify
synced 2026-01-23 02:14:06 +00:00
No description
| .gitignore | ||
| drone-gotify.go | ||
| README.md | ||
drone-gotify
documentations
https://gotify.net/docs/more-pushmsg#golang
https://docs.drone.io/plugins/examples/golang/
environment variables :
PLUGIN_GOTIFY_ENDPOINT="https://gotify.server.tld"
PLUGIN_GOTIFY_TOKEN="APPLICATION_TOKEN"
PLUGIN_GOTIFY_TITLE="from drone-gotify"
PLUGIN_GOTIFY_MESSAGE="test"
PLUGIN_GOTIFY_PRIORITY="5"