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,
|
||||
},
|
||||
'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 = {
|
||||
|
@ -42,7 +33,6 @@ git_deploy = {
|
|||
'rev': node.metadata.get('mautrix-telegram/version'),
|
||||
'triggers': {
|
||||
'action:mautrix-telegram_install_bridge',
|
||||
'action:mautrix-telegram_upgrade_database',
|
||||
'svc_systemd:mautrix-telegram:restart',
|
||||
},
|
||||
},
|
||||
|
@ -52,7 +42,7 @@ git_deploy = {
|
|||
svc_systemd = {
|
||||
'mautrix-telegram': {
|
||||
'needs': {
|
||||
'action:mautrix-telegram_upgrade_database',
|
||||
'action:mautrix-telegram_install_bridge',
|
||||
'file:/etc/systemd/system/mautrix-telegram.service',
|
||||
'file:/opt/mautrix-telegram/config.yaml',
|
||||
'postgres_db:mautrix-telegram',
|
||||
|
|
|
@ -152,7 +152,7 @@ nodes['htz-cloud.miniserver'] = {
|
|||
},
|
||||
},
|
||||
'mautrix-telegram': {
|
||||
'version': 'v0.10.2',
|
||||
'version': 'v0.11.0',
|
||||
'homeserver': {
|
||||
'domain': 'sophies-kitchen.eu',
|
||||
'url': 'https://matrix.sophies-kitchen.eu',
|
||||
|
|
|
@ -220,7 +220,7 @@ nodes['rx300'] = {
|
|||
},
|
||||
},
|
||||
'mautrix-telegram': {
|
||||
'version': 'v0.10.2',
|
||||
'version': 'v0.11.0',
|
||||
'homeserver': {
|
||||
'domain': 'franzi.business',
|
||||
'url': 'https://matrix.franzi.business',
|
||||
|
|
Loading…
Reference in a new issue