Skip to content

Commit

Permalink
Revert "try to update action #2"
Browse files Browse the repository at this point in the history
This reverts commit 454fa46.
  • Loading branch information
Ridel1e committed Jul 11, 2024
1 parent 454fa46 commit 18b1161
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: appleboy/scp-action@v0.1.7
uses: garygrossgarten/github-action-scp@release
with:
source: /home/runner/build/*
target: /var/www/test
local: /home/runner/build
remote: /var/www/test
host: ${{ secrets.HOST }}
username: ${{ secrets.USERNAME }}
key: ${{ secrets.KEY }}
privateKey: ${{ secrets.KEY }}

0 comments on commit 18b1161

Please sign in to comment.