diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index c65b2581d..2a3afaa9c 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: garygrossgarten/github-action-scp@release + uses: pierrickdelrieu/scp-action@v0.1.0 with: - local: /home/runner/build - remote: /var/www/test + source_dir: /home/runner/build + destination_dir: /var/www/test host: ${{ secrets.HOST }} - username: ${{ secrets.USERNAME }} - privateKey: ${{ secrets.KEY }} + ssh_username: ${{ secrets.USERNAME }} + ssh_key: ${{ secrets.KEY }}