From ac2d1beed9592703d9fed14a4dfc91f775838d01 Mon Sep 17 00:00:00 2001 From: Condorra Date: Fri, 17 Feb 2023 02:33:57 +1100 Subject: [PATCH] Try scp to deploy instead --- .ci/deploy | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.ci/deploy b/.ci/deploy index 509f6b2..5a4c1a1 100755 --- a/.ci/deploy +++ b/.ci/deploy @@ -14,4 +14,4 @@ chmod 0600 ~/.ssh/known_hosts echo "$DEPLOY_KEY" >deploy-key chmod 0600 ./deploy-key -rsync -av sitegen/ blast@$DEPLOY_HOST:/mnt/static/main/ +scp -r sitegen/* blast@$DEPLOY_HOST:/mnt/static/main/