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,
|
||||
depth: 0,
|
||||
},
|
||||
trigger: {
|
||||
branch: [
|
||||
'home-deploy',
|
||||
],
|
||||
},
|
||||
services: [
|
||||
images.docker {
|
||||
privileged: true,
|
||||
|
|
|
@ -104,4 +104,8 @@ volumes:
|
|||
host:
|
||||
path: /etc/docker/certs.d
|
||||
|
||||
trigger:
|
||||
branch:
|
||||
- home-deploy
|
||||
|
||||
...
|
||||
|
|
Loading…
Reference in New Issue