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,
},
trigger: {
branch: [
'home-deploy',
event: [
'tag',
],
},
services: [

View File

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