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