From d446f995c816420bd313dcd3d4e9a85f448472b7 Mon Sep 17 00:00:00 2001 From: toby Date: Fri, 19 Oct 2018 20:45:19 +0200 Subject: [PATCH] adding edge-support branch to the drone pipeline --- .drone.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.drone.yml b/.drone.yml index abbe2fc..f796d7f 100644 --- a/.drone.yml +++ b/.drone.yml @@ -12,4 +12,4 @@ pipeline: - chmod 600 /tmp/id_rsa - scp -i /tmp/id_rsa -o StrictHostKeyChecking=no -P 22022 ../wit-network-config_*_all.deb root@cloud-api.v1.cloud.wit.com:/data/incoming secrets: [ ssh_key ] -branches: master +branches: [ master, edge-support ]