Sign inSign up

lstama/apk-update-notification

By lstama

Updated almost 7 years ago

Image
0

1.6K

lstama/apk-update-notification repository overview

Drone Webhook Notification Plugin

Quickstart 🚀

kind: pipeline
name: default

steps:
  
  - name: notify webhook
  image: lstama/apk-update-notification:latest
  settings:
    webhook_url:
      from_secret: webhook_url
    webhook_text: "sample text"
Details 📒

The plugins send a post request to webhook url with payload {"text" : "sample text"}

Tag summary

Content type

Image

Digest

Size

38.3 MB

Last updated

almost 7 years ago

docker pull lstama/apk-update-notification