diff --git a/.drone.yml b/.drone.yml index accbd44..8b70bb8 100644 --- a/.drone.yml +++ b/.drone.yml @@ -23,6 +23,6 @@ pipeline: image: appleboy/drone-scp host: 10.32.0.2 username: artifacts - key: $$ssh_key + secrets: [ ssh_password ] source: /go/output/* target: /home/artifacts/store/rpdata/ \ No newline at end of file