diff --git a/bundles/pretalx/items.py b/bundles/pretalx/items.py index a377d2d..0eb2e8f 100644 --- a/bundles/pretalx/items.py +++ b/bundles/pretalx/items.py @@ -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', }, diff --git a/nodes/voc/pretalx.py b/nodes/voc/pretalx.py index cbdc0c9..7a0a2ab 100644 --- a/nodes/voc/pretalx.py +++ b/nodes/voc/pretalx.py @@ -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', },