2022-12-16 22:10:41 +00:00
|
|
|
kind: pipeline
|
|
|
|
name: default
|
|
|
|
|
|
|
|
steps:
|
|
|
|
- name: docker
|
2022-12-16 23:06:57 +00:00
|
|
|
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
|
2023-11-25 22:38:46 +00:00
|
|
|
- "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
|