ci: drone-home triggered on home-deploy branch

This commit is contained in:
Giles Bradshaw 2020-08-05 14:11:04 +01:00
parent 9eb4e2a172
commit e5689a8c91
2 changed files with 9 additions and 0 deletions

View File

@ -12,6 +12,11 @@ local publicSecrets = import 'lib/public-secrets.libsonnet';
disable: false,
depth: 0,
},
trigger: {
branch: [
'home-deploy',
],
},
services: [
images.docker {
privileged: true,

View File

@ -104,4 +104,8 @@ volumes:
host:
path: /etc/docker/certs.d
trigger:
branch:
- home-deploy
...