Add ntfy to drone (#4)
continuous-integration/drone/push Build is failing Details

* 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:
Tyler Perkins 2022-12-16 19:51:31 -05:00 committed by GitHub
parent e93440e203
commit 28b4caa7aa
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 11 additions and 0 deletions

View File

@ -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)