bundles/travelynx: restart service when changing imprint
All checks were successful
bundlewrap/pipeline/head This commit looks good
All checks were successful
bundlewrap/pipeline/head This commit looks good
This commit is contained in:
parent
7f153cf174
commit
d1bbb5a855
1 changed files with 3 additions and 0 deletions
|
@ -41,6 +41,9 @@ if isfile(join(repo.path, 'data', 'travelynx', 'files', 'imprint', node.name)):
|
|||
'needs': {
|
||||
'git_deploy:/opt/travelynx',
|
||||
},
|
||||
'triggers': {
|
||||
'svc_systemd:travelynx:restart',
|
||||
},
|
||||
}
|
||||
|
||||
git_deploy = {
|
||||
|
|
Loading…
Reference in a new issue