Skip to content

Commit

Permalink
try to update action #2
Browse files Browse the repository at this point in the history
  • Loading branch information
Ridel1e committed Jul 11, 2024
1 parent d3f3afc commit 454fa46
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 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: appleboy/scp-action@v0.1.7
with:
local: /home/runner/build
remote: /var/www/test
source: /home/runner/build/*
target: /var/www/test
host: ${{ secrets.HOST }}
username: ${{ secrets.USERNAME }}
privateKey: ${{ secrets.KEY }}
key: ${{ secrets.KEY }}

0 comments on commit 454fa46

Please sign in to comment.