Update spring boot

This commit is contained in:
2022-12-07 18:23:54 +01:00
parent 01d9c2d187
commit fabd70fe56
5 changed files with 29 additions and 253 deletions
+14 -1
View File
@@ -1,6 +1,19 @@
# .woodpecker.yml comment
# .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