All checks were successful
ci/woodpecker/push/deploy Pipeline was successful
18 lines
369 B
YAML
18 lines
369 B
YAML
when:
|
|
instance: ci.kokuwa.io
|
|
repo: keycloak/keycloak-event-metrics
|
|
event: [manual, push]
|
|
branch: main
|
|
path: [.woodpecker/deploy.yaml, Dockerfile, pom.xml, src/main/**]
|
|
|
|
services:
|
|
- name: dockerd
|
|
image: kokuwaio/dockerd
|
|
privileged: true
|
|
ports: [2375, 8080]
|
|
|
|
steps:
|
|
|
|
maven:
|
|
image: maven:3.9.10-eclipse-temurin-17
|
|
commands: mvn --version
|