ci: revert to scp
Build and Deploy / Build and Upload (push) Successful in 1m8s
Build and Deploy / Upload (push) Failing after 9s

This commit is contained in:
redglow
2026-06-23 14:01:21 +02:00
parent b01af42d91
commit c17bf09df3
+3 -3
View File
@@ -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 }}