drone-ci
This commit is contained in:
parent
b24ddfba27
commit
ecb74270fa
1 changed files with 18 additions and 0 deletions
18
.drone.yml
Normal file
18
.drone.yml
Normal file
|
@ -0,0 +1,18 @@
|
||||||
|
kind: pipeline
|
||||||
|
type: docker
|
||||||
|
name: default
|
||||||
|
|
||||||
|
steps:
|
||||||
|
- name: build
|
||||||
|
image: gradle:jdk18-alpine
|
||||||
|
commands:
|
||||||
|
- gradle assemble
|
||||||
|
- echo world
|
||||||
|
- name: gitea_release
|
||||||
|
image: plugins/gitea-release
|
||||||
|
settings:
|
||||||
|
base_url: https://git.unurled.me
|
||||||
|
files: build/libs/*
|
||||||
|
api_key:
|
||||||
|
from_secret: api_key
|
||||||
|
prerelease: true
|
Loading…
Reference in a new issue