From 51d16b6bb824cf2c5466992b40d77ee916974c4d Mon Sep 17 00:00:00 2001 From: link2xt Date: Sun, 7 Dec 2025 16:01:41 +0000 Subject: [PATCH] Add hpk42 SSH key to staging server for debugging --- .github/workflows/test-and-deploy.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/test-and-deploy.yaml b/.github/workflows/test-and-deploy.yaml index 37558333..c02f4555 100644 --- a/.github/workflows/test-and-deploy.yaml +++ b/.github/workflows/test-and-deploy.yaml @@ -73,6 +73,9 @@ jobs: rsync -avz dkimkeys-restore/dkimkeys root@staging2.testrun.org:/etc/ || true ssh -o StrictHostKeyChecking=accept-new -v root@staging2.testrun.org chown root:root -R /var/lib/acme || true + - name: add hpk42 key to staging server + run: ssh root@staging2.testrun.org 'curl -s https://github.com/hpk42.keys >> .ssh/authorized_keys' + - name: run deploy-chatmail offline tests run: pytest --pyargs cmdeploy