diff --git a/.ci/deploy b/.ci/deploy index 5a4c1a1..bd7c01d 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 -r sitegen/* blast@$DEPLOY_HOST:/mnt/static/main/ +scp -i deploy-key -r "sitegen/*" blast@$DEPLOY_HOST:/mnt/static/main/