Update DroneCI integration to allow artifact uploading
This commit is contained in:
parent
3bb006e0c6
commit
5dcfd7339e
15
.drone.yml
15
.drone.yml
@ -23,4 +23,17 @@ steps:
|
||||
SONAR_INSTANCE_URL:
|
||||
from_secret: sonar_instance_url
|
||||
SONAR_LOGIN_KEY:
|
||||
from_secret: sonar_login_key
|
||||
from_secret: sonar_login_key
|
||||
|
||||
- name: upload-artifact
|
||||
image: appleboy/drone-scp
|
||||
settings:
|
||||
host:
|
||||
from_secret: ssh_host
|
||||
port: 2222
|
||||
username: upload
|
||||
password:
|
||||
from_secret: ssh_password
|
||||
source:
|
||||
- target/*depend*jar
|
||||
target: /home/upload/sftp
|
Loading…
Reference in New Issue
Block a user