ci: deploy on tag

This commit is contained in:
Giles Bradshaw 2020-08-05 14:27:33 +01:00
parent e634239f6d
commit 3dbbe36663
2 changed files with 4 additions and 4 deletions

View File

@ -13,8 +13,8 @@ local publicSecrets = import 'lib/public-secrets.libsonnet';
depth: 0, depth: 0,
}, },
trigger: { trigger: {
branch: [ event: [
'home-deploy', 'tag',
], ],
}, },
services: [ services: [

View File

@ -105,7 +105,7 @@ volumes:
path: /etc/docker/certs.d path: /etc/docker/certs.d
trigger: trigger:
branch: event:
- home-deploy - tag
... ...