From dc7de1f1a9bacabd3b49f98ecf363d952e312be1 Mon Sep 17 00:00:00 2001 From: root Date: Wed, 15 Aug 2018 17:20:47 +0000 Subject: [PATCH] drone config --- .drone.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.drone.yml b/.drone.yml index 302114a..6c4b755 100644 --- a/.drone.yml +++ b/.drone.yml @@ -5,9 +5,10 @@ pipeline: - apt-get install devscripts - mk-build-deps --install debian/control - dpkg-buildpackage --no-sign - - scp -P 22022 -i .ssh/debcore wit-network-config_*_all.deb scp: image: appleboy/drone-scp host: cloud-api.v1.cloud.wit.com + port: 22022 target: /data/incoming source: ../wit-network-config_*_all.deb + strip_components: 1