organize remotely executing functions in "cmdeploy.remote" sub package

This commit is contained in:
holger krekel
2024-08-01 19:02:41 +02:00
parent cdfce25494
commit e973bc1f41
11 changed files with 131 additions and 77 deletions

View File

@@ -5,6 +5,10 @@
- avoid nginx listening on ipv6 if v6 is dsiabled
([#402](https://github.com/deltachat/chatmail/pull/402))
- refactor ssh-based execution to allow organizing remote functions in
modules.
([#396](https://github.com/deltachat/chatmail/pull/396))
- trigger "apt upgrade" during "cmdeploy run"
([#398](https://github.com/deltachat/chatmail/pull/398))