From e4b83d1be205f9e697cfb7e75b3d47bcef8c05fd Mon Sep 17 00:00:00 2001 From: root Date: Wed, 15 Aug 2018 17:23:54 +0000 Subject: [PATCH] drone config --- .drone.yml | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/.drone.yml b/.drone.yml index 6c4b755..ebd3063 100644 --- a/.drone.yml +++ b/.drone.yml @@ -5,10 +5,10 @@ pipeline: - apt-get install devscripts - mk-build-deps --install debian/control - dpkg-buildpackage --no-sign - 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 + upload: + 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