From 04ef477d51505fbe7b542b8488fd0fbfb17f637d Mon Sep 17 00:00:00 2001 From: missytake Date: Fri, 29 Mar 2024 14:16:54 +0100 Subject: [PATCH] CI: fix rsync statements --- .github/workflows/test-and-deploy.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/test-and-deploy.yaml b/.github/workflows/test-and-deploy.yaml index 5004b4cb..9f66cdee 100644 --- a/.github/workflows/test-and-deploy.yaml +++ b/.github/workflows/test-and-deploy.yaml @@ -46,8 +46,8 @@ jobs: rm ~/.ssh/known_hosts while ! ssh -o ConnectTimeout=180 -o StrictHostKeyChecking=accept-new -v root@staging.testrun.org id -u ; do sleep 1 ; done ssh -o StrictHostKeyChecking=accept-new -v root@staging.testrun.org id -u - rsync -avz acme root@staging.testrun.org:/var/lib/ || true - rsync -avz dkimkeys root@staging.testrun.org:/etc/ || true + rsync -avz acme/ root@staging.testrun.org:/var/lib/acme || true + rsync -avz dkimkeys/ root@staging.testrun.org:/etc/dkimkeys || true - name: run formatting checks run: cmdeploy fmt -v