From c17bf09df3c9f8e2fab4a65ee2d9b853685d5ee0 Mon Sep 17 00:00:00 2001 From: redglow Date: Tue, 23 Jun 2026 14:01:21 +0200 Subject: [PATCH] ci: revert to scp --- .gitea/workflows/cicd.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.gitea/workflows/cicd.yaml b/.gitea/workflows/cicd.yaml index a0b41f0..bc84392 100644 --- a/.gitea/workflows/cicd.yaml +++ b/.gitea/workflows/cicd.yaml @@ -58,10 +58,10 @@ jobs: echo "$SSH_PRIVATE_KEY" > ~/.ssh/id_ed25519 chmod 600 ~/.ssh/id_ed25519 echo "calling ls via ssh" - ssh -t -p 44 owofannouncements@foxthesystem.space "ls" + ssh -p 44 owofannouncements@foxthesystem.space "ls" echo "called" - # scp -r -P 44 artifact owofannouncements@foxthesystem.space:~/server - rsync -avzxh --delete -e 'ssh -p 44 -2' artifact owofannouncements@foxthesystem.space:~/server + scp -r -P 44 artifact owofannouncements@foxthesystem.space:~/server + # rsync -avzxh --delete -e 'ssh -p 44 -2' artifact owofannouncements@foxthesystem.space:~/server env: SSH_PRIVATE_KEY: ${{ secrets.SSH_PRIVATE_KEY }} SSH_KEYSCAN: ${{ secrets.SSH_KEYSCAN }} \ No newline at end of file