Update drone yml to notify
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
0503f54617
commit
d525955889
11
.drone.yml
11
.drone.yml
@ -15,3 +15,14 @@ steps:
|
|||||||
script:
|
script:
|
||||||
- cd /home/tyler/docker/site-container
|
- cd /home/tyler/docker/site-container
|
||||||
- ./update.sh
|
- ./update.sh
|
||||||
|
- name: notify
|
||||||
|
image: clortox/drone-ntfy
|
||||||
|
settings:
|
||||||
|
URL: https://ntfy.clortox.com
|
||||||
|
USERNAME: drone
|
||||||
|
PASSWORD:
|
||||||
|
from_secret: ntfy_password
|
||||||
|
TOPIC: drone-builds
|
||||||
|
MESSAGE: Site build done!
|
||||||
|
CLICK: https://drone.clortox.com/tyler/site
|
||||||
|
TITLE: Drone build
|
||||||
|
Reference in New Issue
Block a user