From e3fe47275cfae48b01b83111f396d9d5fe4ce310 Mon Sep 17 00:00:00 2001 From: toby Date: Fri, 7 Dec 2018 18:51:53 +0100 Subject: [PATCH] we now have full support for various components in the repo, so cleaning it up a bit --- .drone.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.drone.yml b/.drone.yml index 8f318ec..7b52394 100644 --- a/.drone.yml +++ b/.drone.yml @@ -4,7 +4,7 @@ pipeline: environment: - SHELL=/bin/bash commands: - - echo Building ${DRONE_BRANCH/prod/ } + - echo Building ${DRONE_BRANCH/master/experimental} - apt-get --allow-releaseinfo-change update - apt-get install -y sed strongswan frr isc-dhcp-client systemd - apt-get clean @@ -13,9 +13,9 @@ pipeline: - ls -lha ../wit-network-config_*_all.deb - echo "$SSH_KEY" >/tmp/id_rsa - chmod 600 /tmp/id_rsa - - scp -i /tmp/id_rsa -o StrictHostKeyChecking=no -P 22022 ../wit-network-config_*_all.deb root@cloud-api.v2.stack.wit.com:/data/incoming/${DRONE_BRANCH/prod/ } + - scp -i /tmp/id_rsa -o StrictHostKeyChecking=no -P 22022 ../wit-network-config_*_all.deb root@cloud-api.v2.stack.wit.com:/data/incoming/${DRONE_BRANCH/master/experimental} secrets: [ ssh_key ] branches: - - prod + - master - staging - - experimental + - main