From e5689a8c91ad0f66ae177224602e8f6557545f73 Mon Sep 17 00:00:00 2001 From: Giles Bradshaw Date: Wed, 5 Aug 2020 14:11:04 +0100 Subject: [PATCH] ci: drone-home triggered on home-deploy branch --- .drone/drone-home.jsonnet | 5 +++++ .drone/drone-home.yml | 4 ++++ 2 files changed, 9 insertions(+) diff --git a/.drone/drone-home.jsonnet b/.drone/drone-home.jsonnet index f89d65f..1da4c5e 100644 --- a/.drone/drone-home.jsonnet +++ b/.drone/drone-home.jsonnet @@ -12,6 +12,11 @@ local publicSecrets = import 'lib/public-secrets.libsonnet'; disable: false, depth: 0, }, + trigger: { + branch: [ + 'home-deploy', + ], + }, services: [ images.docker { privileged: true, diff --git a/.drone/drone-home.yml b/.drone/drone-home.yml index e4e1889..2376517 100644 --- a/.drone/drone-home.yml +++ b/.drone/drone-home.yml @@ -104,4 +104,8 @@ volumes: host: path: /etc/docker/certs.d +trigger: + branch: + - home-deploy + ...