File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -223,7 +223,7 @@ jobs:
223223 env :
224224 HOST : ${{ matrix.host }}
225225 run : |
226- ssh root@${HOST} 'systemctl stop postfix dovecot nginx opendkim unbound 2>/dev/null || true'
226+ ssh root@${HOST} 'systemctl stop postfix dovecot nginx opendkim unbound filtermail doveauth chatmail-metadata iroh-relay mtail fcgiwrap acmetool 2>/dev/null || true'
227227
228228 - name : install Docker on VPS
229229 if : >-
@@ -235,7 +235,7 @@ jobs:
235235 ssh root@${HOST} 'apt-get update && apt-get install -y ca-certificates curl'
236236 ssh root@${HOST} 'install -m 0755 -d /etc/apt/keyrings'
237237 ssh root@${HOST} 'curl -fsSL https://download.docker.com/linux/debian/gpg -o /etc/apt/keyrings/docker.asc && chmod a+r /etc/apt/keyrings/docker.asc'
238- ssh root@${HOST} 'echo "deb [arch=$(dpkg --- print-architecture) signed-by=/etc/apt/keyrings/docker.asc] https://download.docker.com/linux/debian $(. /etc/os-release && echo $VERSION_CODENAME) stable" > /etc/apt/sources.list.d/docker.list'
238+ ssh root@${HOST} 'echo "deb [arch=$(dpkg --print-architecture) signed-by=/etc/apt/keyrings/docker.asc] https://download.docker.com/linux/debian $(. /etc/os-release && echo $VERSION_CODENAME) stable" > /etc/apt/sources.list.d/docker.list'
239239 ssh root@${HOST} 'apt-get update && apt-get install -y docker-ce docker-ce-cli containerd.io docker-compose-plugin'
240240
241241 - name : prepare Docker bind mounts
You can’t perform that action at this time.
0 commit comments