This repository has been archived on 2023-07-26. You can view files and clone it, but cannot push or open issues or pull requests.
Obsidian-APIs/.drone.yml

29 lines
675 B
YAML
Raw Normal View History

2023-07-26 03:17:40 +00:00
kind: pipeline
name: default
steps:
- name: docker
image: plugins/docker
settings:
2023-07-26 03:26:57 +00:00
registry: git.clortox.com
2023-07-26 03:17:40 +00:00
username:
2023-07-26 03:24:19 +00:00
from_secret: gitea_docker_username
2023-07-26 03:17:40 +00:00
password:
2023-07-26 03:24:19 +00:00
from_secret: gitea_docker_password
repo: git.clortox.com/tyler/obsidian-api
2023-07-26 03:17:40 +00:00
tags: latest
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: Obsidian-API build finished
CLICK: https://drone.clortox.com/tyler/Obsidian-API
TITLE: Obsidian-API