From ed4fb22ebe213f4172b10695991b4f2c2325fa1a Mon Sep 17 00:00:00 2001 From: Gisle Aune Date: Sun, 24 Jun 2018 09:51:58 +0200 Subject: [PATCH] SCP stuff --- .drone.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.drone.yml b/.drone.yml index 866309c..20f80a0 100644 --- a/.drone.yml +++ b/.drone.yml @@ -21,8 +21,8 @@ pipeline: - go build -a -installsuffix cgo -ldflags="-s -w" -o /go/output/rpdata-as2storyimport ./cmd/rpdata-as2storyimport scp: image: appleboy/drone-scp - ssh_username: artifacts - ssh_key: $$ssh_key host: example.com + username: artifacts + key: $$ssh_key source: /go/output/* target: /home/artifacts/store/rpdata/ \ No newline at end of file