diff --git a/.gitea/workflows/pipeline.yml b/.gitea/workflows/pipeline.yml index 8f26adf..47d29f8 100644 --- a/.gitea/workflows/pipeline.yml +++ b/.gitea/workflows/pipeline.yml @@ -13,6 +13,9 @@ jobs: - name: Checkout uses: actions/checkout@v4 + - name: Install SSH client + run: apk add --no-cache openssh-client rsync + - name: Setup SSH env: SSH_PRIVATE_KEY: ${{ secrets.SSH_PRIVATE_KEY }}