Pull in new drone file
This commit is contained in:
parent
8f98230e87
commit
6777aea80c
16
.drone.yml
16
.drone.yml
@ -3,8 +3,7 @@ name: default
|
||||
|
||||
steps:
|
||||
- name: docker
|
||||
image: thegeeklab/drone-docker
|
||||
privileged: true
|
||||
image: plugins/docker
|
||||
settings:
|
||||
username:
|
||||
from_secret: dockerhub_username
|
||||
@ -15,4 +14,15 @@ steps:
|
||||
tags: latest
|
||||
when:
|
||||
branch:
|
||||
- master
|
||||
- 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