voc,pretalx: install plugin lower_thirds
All checks were successful
kunsi/bundlewrap/pipeline/head This commit looks good
All checks were successful
kunsi/bundlewrap/pipeline/head This commit looks good
This commit is contained in:
parent
998b776b9f
commit
632a1f6e75
2 changed files with 7 additions and 0 deletions
|
@ -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',
|
||||
},
|
||||
|
|
|
@ -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',
|
||||
},
|
||||
|
|
Loading…
Reference in a new issue