2022-12-17 00:39:04 +00:00
|
|
|
kind: pipeline
|
|
|
|
name: default
|
|
|
|
|
|
|
|
steps:
|
|
|
|
- name: Build
|
|
|
|
image: plugins/docker
|
|
|
|
settings:
|
|
|
|
username:
|
|
|
|
from_secret: dockerhub_username
|
|
|
|
password:
|
|
|
|
from_secret: dockerhub_password
|
|
|
|
repo:
|
|
|
|
from_secret: dockerhub_repo
|
|
|
|
tags: latest
|
|
|
|
when:
|
|
|
|
branch:
|
|
|
|
- main
|
2022-12-17 00:51:31 +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: Drone-ntfy has finished building!
|
|
|
|
CLICK: https://drone.clortox.com/tyler/drone-ntfy
|
|
|
|
TITLE: Drone (drone-ntfy)
|
2022-12-17 02:24:37 +00:00
|
|
|
when:
|
|
|
|
branch:
|
|
|
|
- main
|