chore: migrated repository from github.com to git.kokuwa.io
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

This commit is contained in:
Stephan Schnabel 2025-06-27 14:22:44 +02:00
parent 9c383a277f
commit 50fe4a86b8
Signed by: stephan.schnabel
SSH key fingerprint: SHA256:99zuzxNGFb5/5P+E/O7ONU2qhUojUe/D8rIPTW+9Xp0
27 changed files with 1145 additions and 479 deletions

16
.woodpecker/deploy.yaml Normal file
View file

@ -0,0 +1,16 @@
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}