bundles/mx-puppet-discord: restart service after building new version

This commit is contained in:
Franzi 2020-11-13 09:26:34 +01:00
parent 56fd0049f7
commit 30ee0c8bdf
Signed by: kunsi
GPG key ID: 12E3D2136B818350

View file

@ -74,6 +74,9 @@ actions = {
'needs': {
'action:mx-puppet-discord_npm_install',
},
'triggers': {
'svc_systemd:mx-puppet-discord:restart',
},
'triggered': True,
},
}