ci: drone-home triggered on home-deploy branch
This commit is contained in:
parent
9eb4e2a172
commit
e5689a8c91
|
@ -12,6 +12,11 @@ local publicSecrets = import 'lib/public-secrets.libsonnet';
|
||||||
disable: false,
|
disable: false,
|
||||||
depth: 0,
|
depth: 0,
|
||||||
},
|
},
|
||||||
|
trigger: {
|
||||||
|
branch: [
|
||||||
|
'home-deploy',
|
||||||
|
],
|
||||||
|
},
|
||||||
services: [
|
services: [
|
||||||
images.docker {
|
images.docker {
|
||||||
privileged: true,
|
privileged: true,
|
||||||
|
|
|
@ -104,4 +104,8 @@ volumes:
|
||||||
host:
|
host:
|
||||||
path: /etc/docker/certs.d
|
path: /etc/docker/certs.d
|
||||||
|
|
||||||
|
trigger:
|
||||||
|
branch:
|
||||||
|
- home-deploy
|
||||||
|
|
||||||
...
|
...
|
||||||
|
|
Loading…
Reference in New Issue