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: |