Add notify to build chain
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
This commit is contained in:
parent
483940ca7f
commit
dce6c0184c
11
.drone.yml
11
.drone.yml
@ -15,3 +15,14 @@ steps:
|
|||||||
when:
|
when:
|
||||||
branch:
|
branch:
|
||||||
- main
|
- main
|
||||||
|
- name: notify
|
||||||
|
image: clortox/drone-ntfy
|
||||||
|
settings:
|
||||||
|
URL: https://ntfy.clortox.com
|
||||||
|
USERNAME: drone
|
||||||
|
PASSWORD:
|
||||||
|
from_secret: ntfy_password
|
||||||
|
TOPIC: drone-builds
|
||||||
|
MESSAGE: Discord Bot build finished!
|
||||||
|
CLICK: https://drone.clortox.com/tyler/Memerr
|
||||||
|
TITLE: Memerr build
|
||||||
|
Loading…
Reference in New Issue
Block a user