malloc-coins/.woodpecker.yml

16 lines
310 B
YAML
Raw Normal View History

2023-02-18 13:21:20 +00:00
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