Memerr/.drone.yml

31 lines
716 B
YAML
Raw Normal View History

2022-12-16 22:10:41 +00:00
kind: pipeline
name: default
steps:
- name: docker
image: plugins/docker
2022-12-16 22:10:41 +00:00
settings:
2023-11-25 22:35:48 +00:00
registry: git.clortox.com
repo: git.clortox.com/infrastructure/memerr
2022-12-16 22:10:41 +00:00
username:
2023-11-25 22:15:03 +00:00
from_secret: gitea_docker_username
2022-12-16 22:10:41 +00:00
password:
2023-11-25 22:15:03 +00:00
from_secret: gitea_docker_password
2023-11-25 22:20:11 +00:00
tags:
- latest
- "1.0.{DRONE_BUILD_NUMBER}"
2022-12-16 22:10:41 +00:00
when:
branch:
2022-12-16 22:22:03 +00:00
- main
2022-12-17 20:49:16 +00:00
- 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