update mautrix-telegram to 0.11.0
This commit is contained in:
parent
390f18a3a4
commit
59fd71ac6f
3 changed files with 3 additions and 13 deletions
|
@ -14,15 +14,6 @@ actions = {
|
||||||
},
|
},
|
||||||
'triggered': True,
|
'triggered': True,
|
||||||
},
|
},
|
||||||
'mautrix-telegram_upgrade_database': {
|
|
||||||
'command': 'cd /opt/mautrix-telegram/src && /opt/mautrix-telegram/venv/bin/alembic -x config=/opt/mautrix-telegram/config.yaml upgrade head',
|
|
||||||
'needs': {
|
|
||||||
'action:mautrix-telegram_install_bridge',
|
|
||||||
'postgres_db:mautrix-telegram',
|
|
||||||
'postgres_role:mautrix-telegram',
|
|
||||||
},
|
|
||||||
'triggered': True,
|
|
||||||
},
|
|
||||||
}
|
}
|
||||||
|
|
||||||
users = {
|
users = {
|
||||||
|
@ -42,7 +33,6 @@ git_deploy = {
|
||||||
'rev': node.metadata.get('mautrix-telegram/version'),
|
'rev': node.metadata.get('mautrix-telegram/version'),
|
||||||
'triggers': {
|
'triggers': {
|
||||||
'action:mautrix-telegram_install_bridge',
|
'action:mautrix-telegram_install_bridge',
|
||||||
'action:mautrix-telegram_upgrade_database',
|
|
||||||
'svc_systemd:mautrix-telegram:restart',
|
'svc_systemd:mautrix-telegram:restart',
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
|
@ -52,7 +42,7 @@ git_deploy = {
|
||||||
svc_systemd = {
|
svc_systemd = {
|
||||||
'mautrix-telegram': {
|
'mautrix-telegram': {
|
||||||
'needs': {
|
'needs': {
|
||||||
'action:mautrix-telegram_upgrade_database',
|
'action:mautrix-telegram_install_bridge',
|
||||||
'file:/etc/systemd/system/mautrix-telegram.service',
|
'file:/etc/systemd/system/mautrix-telegram.service',
|
||||||
'file:/opt/mautrix-telegram/config.yaml',
|
'file:/opt/mautrix-telegram/config.yaml',
|
||||||
'postgres_db:mautrix-telegram',
|
'postgres_db:mautrix-telegram',
|
||||||
|
|
|
@ -152,7 +152,7 @@ nodes['htz-cloud.miniserver'] = {
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
'mautrix-telegram': {
|
'mautrix-telegram': {
|
||||||
'version': 'v0.10.2',
|
'version': 'v0.11.0',
|
||||||
'homeserver': {
|
'homeserver': {
|
||||||
'domain': 'sophies-kitchen.eu',
|
'domain': 'sophies-kitchen.eu',
|
||||||
'url': 'https://matrix.sophies-kitchen.eu',
|
'url': 'https://matrix.sophies-kitchen.eu',
|
||||||
|
|
|
@ -220,7 +220,7 @@ nodes['rx300'] = {
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
'mautrix-telegram': {
|
'mautrix-telegram': {
|
||||||
'version': 'v0.10.2',
|
'version': 'v0.11.0',
|
||||||
'homeserver': {
|
'homeserver': {
|
||||||
'domain': 'franzi.business',
|
'domain': 'franzi.business',
|
||||||
'url': 'https://matrix.franzi.business',
|
'url': 'https://matrix.franzi.business',
|
||||||
|
|
Loading…
Reference in a new issue