woodpecker++
This commit is contained in:
parent
9b0bdfddc8
commit
52117424cf
15
.woodpecker.yml
Normal file
15
.woodpecker.yml
Normal file
@ -0,0 +1,15 @@
|
||||
pipeline:
|
||||
build:
|
||||
image: maven:3-openjdk-18-slim
|
||||
commands:
|
||||
- mvn package
|
||||
release:
|
||||
image: plugins/gitea-release
|
||||
settings:
|
||||
api_key:
|
||||
from_secret: GITEA_KEY
|
||||
base_url: https://gitea.malloc.hackerbots.net/
|
||||
files:
|
||||
- ./target/*.jar
|
||||
when:
|
||||
event: tag
|
Loading…
Reference in New Issue
Block a user