Tag notifications

Garrett Mills 3 years ago
parent 92406b4807
commit 841111aa9f
Signed by: garrettmills
GPG Key ID: D2BF5FBA8298F246

@ -69,6 +69,23 @@ steps:
event:
exclude:
- pull_request
- tag
- name: send publish success notifications
image: plugins/webhook
settings:
urls:
from_secret: notify_webhook_url
content_type: application/json
template: |
{
"title": "Drone-CI [extollo/cli @ ${DRONE_BUILD_NUMBER}]",
"message": "Successfully published tag ${DRONE_TAG}.",
"priority": 4
}
when:
status: success
event: tag
- name: post build success comment to PR
image: tsakidev/giteacomment:latest

Loading…
Cancel
Save