19 lines
338 B
YAML
19 lines
338 B
YAML
# .woodpecker.yml
|
|
pipeline:
|
|
build:
|
|
image: maven:3-jdk-11
|
|
commands:
|
|
- mvn clean package -P db-mariadb
|
|
deploy:
|
|
image: appleboy/drone-ssh
|
|
settings:
|
|
host:
|
|
- bstly.de
|
|
username: bstlboard
|
|
key:
|
|
from_secret: deploy_key
|
|
port: 222
|
|
script:
|
|
-
|
|
when:
|
|
event: tag |