Memerr/.drone.yml
Tyler Perkins 1ac954654b
Some checks failed
continuous-integration/drone/push Build is failing
Add registry to drone
2023-11-25 17:35:48 -05:00

31 lines
716 B
YAML

kind: pipeline
name: default
steps:
- name: docker
image: plugins/docker
settings:
registry: git.clortox.com
repo: git.clortox.com/infrastructure/memerr
username:
from_secret: gitea_docker_username
password:
from_secret: gitea_docker_password
tags:
- latest
- "1.0.{DRONE_BUILD_NUMBER}"
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: Discord Bot build finished!
CLICK: https://drone.clortox.com/tyler/Memerr
TITLE: Memerr build