dragoon/.woodpecker.yml
Gregory Ballantine d22679585a
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
ci/woodpecker/tag/woodpecker Pipeline was successful
Added Woodpecker CI config
2022-05-01 14:25:15 -04:00

18 lines
344 B
YAML

pipeline:
build:
image: maven:3-jdk-11
commands:
- mvn clean package
gitea_release:
image: plugins/gitea-release
settings:
api_key:
from_secret: gitea_api_key
base_url: https://git.metaunix.net
title: "${CI_COMMIT_TAG}"
files:
- target/Dragoon-*.jar
when:
event: tag