Skip to content

Commit

Permalink
Revert "try to switch to another action"
Browse files Browse the repository at this point in the history
This reverts commit 6dff970.
  • Loading branch information
Ridel1e committed Jul 11, 2024
1 parent 6dff970 commit cc5de94
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}

0 comments on commit cc5de94

Please sign in to comment.