generated from tyler/Generic-Template
This commit is contained in:
parent
23503d40fe
commit
afd7ed55d8
19
.drone.yml
19
.drone.yml
@ -9,15 +9,30 @@ steps:
|
|||||||
repo: git.clortox.com/Infrastructure/filebrowser
|
repo: git.clortox.com/Infrastructure/filebrowser
|
||||||
registry: git.clortox.com
|
registry: git.clortox.com
|
||||||
username:
|
username:
|
||||||
from_secret: docker_username
|
from_secret: gitea_docker_username
|
||||||
password:
|
password:
|
||||||
from_secret: docker_password
|
from_secret: gitea_docker_password
|
||||||
tags:
|
tags:
|
||||||
- latest
|
- latest
|
||||||
- ${DRONE_TAG}
|
- ${DRONE_TAG}
|
||||||
when:
|
when:
|
||||||
event:
|
event:
|
||||||
- tag
|
- tag
|
||||||
|
- name: notify
|
||||||
|
image: clortox/drone-ntfy
|
||||||
|
settings:
|
||||||
|
URL: https://ntfy.clortox.com
|
||||||
|
USERNAME: drone
|
||||||
|
PASSWORD:
|
||||||
|
from_secret: ntfy_password
|
||||||
|
TOPIC: drone-builds
|
||||||
|
MESSAGE: Filebrowser ${DRONE_TAG} has compiled!
|
||||||
|
CLICK: https://drone.clortox.com/Infrastructure/filebrowser
|
||||||
|
TITLE: Filebrowser
|
||||||
|
when:
|
||||||
|
branch:
|
||||||
|
- tag
|
||||||
|
|
||||||
|
|
||||||
trigger:
|
trigger:
|
||||||
event:
|
event:
|
||||||
|
Loading…
Reference in New Issue
Block a user