Skip to content

Commit

Permalink
try to switch to another action
Browse files Browse the repository at this point in the history
  • Loading branch information
Ridel1e committed Jul 11, 2024
1 parent 2d78f0c commit 6dff970
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: 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 }}

0 comments on commit 6dff970

Please sign in to comment.