try uploading ci artifact

This commit is contained in:
Rasmus Moorats 2022-10-15 13:27:01 +03:00
parent 64087b01ae
commit e9e0232411
Signed by: xx
GPG key ID: FE14255A6AE7241C

View file

@ -7,4 +7,20 @@ pipeline:
commands:
- ./gradlew shadowJar
deploy:
image: drillster/drone-rsync
pull: true
settings:
hosts:
from_secret: ssh_host
port:
from_secret: ssh_port
user:
from_secret: ssh_user
key:
from_secret: ssh_key
source: build/libs/burp-value-autoupdate-*-all.jar
target: ci/burp-value-autoupdate/
args: "--mkpath"
branches: master