File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -185,9 +185,9 @@ jobs:
185185 # download from ns.testrun.org
186186 rsync -e "ssh -o StrictHostKeyChecking=accept-new" -avz root@ns.testrun.org:/tmp/${ACME_DIR} acme-restore || true
187187 rsync -avz root@ns.testrun.org:/tmp/${DKIM_DIR} dkimkeys-restore || true
188- # restore to acme & dkim state
189- rsync -avz acme-restore/${ACME_DIR}/acme/ root@${HOST}:/var/lib/acme/ || true
190- rsync -avz dkimkeys-restore/${DKIM_DIR}/dkimkeys/ root@${HOST}:/etc/dkimkeys/ || true
188+ # restore acme & dkim state to VPS
189+ rsync -avz acme-restore/ root@${HOST}:/var/lib/acme/ || true
190+ rsync -avz dkimkeys-restore/ root@${HOST}:/etc/dkimkeys/ || true
191191 # copy acme & dkim state to docker bind mounts
192192 ssh root@${HOST} 'mkdir -p /srv/chatmail/certs /srv/chatmail/dkim && cp -a /var/lib/acme/. /srv/chatmail/certs/ && cp -a /etc/dkimkeys/. /srv/chatmail/dkim/'
193193
You can’t perform that action at this time.
0 commit comments