ci: deploy on tag
This commit is contained in:
parent
e634239f6d
commit
3dbbe36663
|
@ -13,8 +13,8 @@ local publicSecrets = import 'lib/public-secrets.libsonnet';
|
|||
depth: 0,
|
||||
},
|
||||
trigger: {
|
||||
branch: [
|
||||
'home-deploy',
|
||||
event: [
|
||||
'tag',
|
||||
],
|
||||
},
|
||||
services: [
|
||||
|
|
|
@ -105,7 +105,7 @@ volumes:
|
|||
path: /etc/docker/certs.d
|
||||
|
||||
trigger:
|
||||
branch:
|
||||
- home-deploy
|
||||
event:
|
||||
- tag
|
||||
|
||||
...
|
||||
|
|
Loading…
Reference in New Issue