Add hpk42 SSH key to staging server for debugging

This commit is contained in:
link2xt
2025-12-07 16:01:41 +00:00
committed by holger krekel
parent 2beba8c455
commit 51d16b6bb8

View File

@@ -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