From cc5de94a9a920befcc0344b58ed6f0960c9dbce5 Mon Sep 17 00:00:00 2001 From: ridel1e Date: Thu, 11 Jul 2024 20:13:01 +0300 Subject: [PATCH] Revert "try to switch to another action" This reverts commit 6dff9701ca3834bdf2ced00209e7744c45018a09. --- .github/workflows/test.yml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 2a3afaa9c..c65b2581d 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -49,10 +49,10 @@ jobs: name: ${{ github.sha }} path: ~/build - name: Deploy to host - uses: pierrickdelrieu/scp-action@v0.1.0 + uses: garygrossgarten/github-action-scp@release with: - source_dir: /home/runner/build - destination_dir: /var/www/test + local: /home/runner/build + remote: /var/www/test host: ${{ secrets.HOST }} - ssh_username: ${{ secrets.USERNAME }} - ssh_key: ${{ secrets.KEY }} + username: ${{ secrets.USERNAME }} + privateKey: ${{ secrets.KEY }}