From 5e07bcf8f95fe5241c1c59b97536c16ae1ecb992 Mon Sep 17 00:00:00 2001 From: Condorra Date: Fri, 17 Feb 2023 02:38:52 +1100 Subject: [PATCH] Don't quote sitegen wildcard --- .ci/deploy | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.ci/deploy b/.ci/deploy index bd7c01d..41a9d0e 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 -scp -i deploy-key -r "sitegen/*" blast@$DEPLOY_HOST:/mnt/static/main/ +scp -i deploy-key -r sitegen/* blast@$DEPLOY_HOST:/mnt/static/main/