From 9ccc60952254b329edfbffcf1a676dae6378c103 Mon Sep 17 00:00:00 2001 From: redglow Date: Tue, 23 Jun 2026 14:07:48 +0200 Subject: [PATCH] ci: removed ssh ls --- .gitea/workflows/cicd.yaml | 3 --- 1 file changed, 3 deletions(-) diff --git a/.gitea/workflows/cicd.yaml b/.gitea/workflows/cicd.yaml index bc84392..bee7867 100644 --- a/.gitea/workflows/cicd.yaml +++ b/.gitea/workflows/cicd.yaml @@ -57,9 +57,6 @@ jobs: chmod 600 ~/.ssh/known_hosts echo "$SSH_PRIVATE_KEY" > ~/.ssh/id_ed25519 chmod 600 ~/.ssh/id_ed25519 - echo "calling ls via ssh" - 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 env: