voc,pretalx: install plugin lower_thirds
All checks were successful
kunsi/bundlewrap/pipeline/head This commit looks good

This commit is contained in:
Franzi 2021-11-21 09:42:02 +01:00
parent 998b776b9f
commit 632a1f6e75
Signed by: kunsi
GPG key ID: 12E3D2136B818350
2 changed files with 7 additions and 0 deletions

View file

@ -197,6 +197,9 @@ for plugin_name, plugin_config in node.metadata.get('pretalx/plugins', {}).items
last_action,
},
'triggers': {
'action:pretalx_migrate',
'action:pretalx_rebuild',
'action:pretalx_regenerate-css',
'svc_systemd:pretalx-web:restart',
'svc_systemd:pretalx-worker:restart',
},

View file

@ -54,6 +54,10 @@ nodes['voc.pretalx'] = {
'downstream': {
'repo': 'https://github.com/pretalx/pretalx-downstream.git',
},
'lower_thirds': {
'repo': 'https://github.com/Kunsi/pretalx-plugin-lower-thirds.git',
'rev': '0.1.1',
},
'media.ccc.de': {
'repo': 'https://github.com/pretalx/pretalx-media-ccc-de.git',
},