add webhook notification for builds

pull/5/head
Jeffrey Paul 1 year ago
parent 17ad86642a
commit 587f9420ea
  1. 7
      .drone.yml

@ -12,3 +12,10 @@ steps:
tags:
- ${DRONE_COMMIT_SHA}
- ${DRONE_BRANCH}
- name: notify
image: plugins/slack
settings:
webhook:
from_secret: SLACK_WEBHOOK_URL
when:
event: pull_request

Loading…
Cancel
Save