CI: fix local paths (this time\!)

This commit is contained in:
missytake
2024-03-30 18:19:34 +01:00
parent 79cb390f16
commit 71c50b7936

View File

@@ -54,8 +54,8 @@ jobs:
rsync -e "ssh -o StrictHostKeyChecking=accept-new" -avz root@ns.testrun.org:/tmp/acme acme-restore || true
rsync -avz root@ns.testrun.org:/tmp/dkimkeys dkimkeys-restore || true
# restore acme & dkim state to staging.testrun.org
rsync -avz acme-restore/acme root@staging.testrun.org:/var/lib/acme || true
rsync -avz dkimkeys-restore/dkimkeys root@staging.testrun.org:/etc/dkimkeys || true
rsync -avz acme-restore/acme/ root@staging.testrun.org:/var/lib/acme || true
rsync -avz dkimkeys-restore/dkimkeys/ root@staging.testrun.org:/etc/dkimkeys || true
ssh -o StrictHostKeyChecking=accept-new -v root@staging.testrun.org chown root:root -R /var/lib/acme
- name: run formatting checks