mirror of
https://github.com/Clortox/drone-ntfy.git
synced 2024-06-08 02:40:40 +00:00
Add ntfy to drone (#4)
Some checks failed
continuous-integration/drone/push Build is failing
Some checks failed
continuous-integration/drone/push Build is failing
* Add Dockerfile and main.sh * Add base settings for now * Add drone * Fix typo in alpine name * Add ntfy service to drone
This commit is contained in:
parent
e93440e203
commit
28b4caa7aa
11
.drone.yml
11
.drone.yml
@ -15,3 +15,14 @@ steps:
|
||||
when:
|
||||
branch:
|
||||
- main
|
||||
- name: notify
|
||||
image: clortox/drone-ntfy
|
||||
settings:
|
||||
URL: https://ntfy.clortox.com
|
||||
USERNAME: drone
|
||||
PASSWORD:
|
||||
from_secret: ntfy_password
|
||||
TOPIC: drone-builds
|
||||
MESSAGE: Drone-ntfy has finished building!
|
||||
CLICK: https://drone.clortox.com/tyler/drone-ntfy
|
||||
TITLE: Drone (drone-ntfy)
|
||||
|
Loading…
Reference in New Issue
Block a user