Actually add drone.yml
continuous-integration/drone Build is failing Details

This commit is contained in:
Tyler Perkins 2023-09-22 17:56:08 -04:00
parent 6bcd4e18d4
commit bb0242b1fd
1 changed files with 32 additions and 0 deletions

32
.drone.yml Normal file
View File

@ -0,0 +1,32 @@
kind: pipeline
name: default
steps:
- name: docker
image: plugins/docker
settings:
registry: git.clortox.com
username:
from_secret: gitea_docker_username
password:
from_secret: gitea_docker_password
repo: git.clortox.com/tyler/General-API
tags: latest
when:
branch:
- master
- name: notify
image: clortox/drone-ntfy
settings:
URL: https://ntfy.clortox.com
USERNAME: drone
PASSWORD:
from_secret: ntfy_password
TOPIC: drone-builds
MESSAGE: General-API has compiled!
CLICK: https://drone.clortox.com/tyler/General-API
TITLE: General-API
when:
branch:
- master