From 71c5d35f7d7ce7dabe6d617eb5786f78c392beeb Mon Sep 17 00:00:00 2001 From: ridel1e Date: Thu, 11 Jul 2024 21:12:49 +0300 Subject: [PATCH] try to update action #4 --- .github/workflows/test.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 74a69e919..c45ddba60 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -49,9 +49,9 @@ jobs: name: ${{ github.sha }} path: ~/build - name: Deploy to host - uses: garygrossgarten/github-action-scp@8a27854bb4f124a497a67316e83783efda770119 + uses: garygrossgarten/github-action-scp@release with: - local: /home/runner/build + local: /home/runner/build/**/* remote: /var/www/test host: ${{ secrets.HOST }} username: ${{ secrets.USERNAME }}