dragoon/.woodpecker.yml

18 lines
344 B
YAML
Raw Normal View History

2022-05-01 14:25:15 -04:00
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