From 4262fa83b1bdbccf0aec6bd10e03f8f2ba8f5e41 Mon Sep 17 00:00:00 2001 From: pesu98 Date: Wed, 13 May 2026 12:49:15 +0800 Subject: [PATCH] runner v7 --- .gitea/workflows/ci.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.gitea/workflows/ci.yaml b/.gitea/workflows/ci.yaml index 80ec408..d453f21 100644 --- a/.gitea/workflows/ci.yaml +++ b/.gitea/workflows/ci.yaml @@ -122,8 +122,8 @@ jobs: with: name: ${{ env.ARTIFACT_NAME }} - - name: Install SSH password helper - run: sudo apt-get update && sudo apt-get install -y sshpass + - name: Install SSH deployment tools + run: sudo apt-get update && sudo apt-get install -y openssh-client sshpass rsync - name: Validate deployment secrets run: |