bundles/travelynx: restart service when changing imprint
All checks were successful
bundlewrap/pipeline/head This commit looks good

This commit is contained in:
Franzi 2020-09-12 17:08:18 +02:00
parent 7f153cf174
commit d1bbb5a855
Signed by: kunsi
GPG key ID: 12E3D2136B818350

View file

@ -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 = {