Skip to content

Commit 51d16b6

Browse files
link2xthpk42
authored andcommitted
Add hpk42 SSH key to staging server for debugging
1 parent 2beba8c commit 51d16b6

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/test-and-deploy.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -73,6 +73,9 @@ jobs:
7373
rsync -avz dkimkeys-restore/dkimkeys root@staging2.testrun.org:/etc/ || true
7474
ssh -o StrictHostKeyChecking=accept-new -v root@staging2.testrun.org chown root:root -R /var/lib/acme || true
7575
76+
- name: add hpk42 key to staging server
77+
run: ssh root@staging2.testrun.org 'curl -s https://github.com/hpk42.keys >> .ssh/authorized_keys'
78+
7679
- name: run deploy-chatmail offline tests
7780
run: pytest --pyargs cmdeploy
7881

0 commit comments

Comments
 (0)