Update spring boot
This commit is contained in:
+14
-1
@@ -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
|
||||
Reference in New Issue
Block a user