micronaut-logging/.woodpecker/deploy.yaml
Stephan Schnabel 50fe4a86b8
All checks were successful
ci/woodpecker/push/lint Pipeline was successful
ci/woodpecker/push/deploy Pipeline was successful
ci/woodpecker/deployment/release Pipeline was successful
chore: migrated repository from github.com to git.kokuwa.io
2025-06-27 20:04:55 +02:00

16 lines
493 B
YAML

when:
instance: ci.kokuwa.io
repo: kokuwaio/micronaut-logging
event: [manual, push]
branch: main
path: [.woodpecker/deploy.yaml, pom.xml, src/main/**]
steps:
maven:
image: maven:3.9.10-eclipse-temurin-17
commands: mvn deploy --settings=.woodpecker/maven/settings.xml
environment:
MAVEN_GPG_KEY: {from_secret: woodpecker_gpg_key}
SONATYPE_ORG_USERNAME: {from_secret: sonatype_org_username}
SONATYPE_ORG_PASSWORD: {from_secret: sonatype_org_password}