Added .drone.yml

master
Joey Hines 2020-09-22 15:55:47 -05:00
parent 7746f6905e
commit 5c3b541aca
2 changed files with 46 additions and 1 deletions

45
.drone.yml 100644
View File

@ -0,0 +1,45 @@
---
kind: pipeline
name: compliance
type: docker
trigger:
event:
- pull_request
steps:
- name: build
pull: always
image: gradle:6.6
commands:
- gradle build
---
kind: pipeline
name: release
type: docker
trigger:
branch:
- master
event:
- push
steps:
- name: gitea-release
pull: always
image: plugins/gitea-release:1
environment:
api_key:
from_secret: gitea_token
base_url: https://git.etztech.xyz
files:
- "build/libs/*.jar"
- name: gitea-prune
pull: always
image: jolheiser/drone-gitea-prune:latest
settings:
base: https://git.etztech.xyz
token:
from_secret: gitea_token

View File

@ -1,4 +1,4 @@
# Hush
# Hush [![Build Status](https://drone.etztech.xyz/api/badges/Minecraft/Hush/status.svg)](https://drone.etztech.xyz/Minecraft/Hush)
A plugin to monitor chat for forbidden phrases.
## Watch Lists