Skip to content

Commit

Permalink
try to update action #4
Browse files Browse the repository at this point in the history
  • Loading branch information
Ridel1e committed Jul 11, 2024
1 parent ba92336 commit 71c5d35
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,9 +49,9 @@ jobs:
name: ${{ github.sha }}
path: ~/build
- name: Deploy to host
uses: garygrossgarten/github-action-scp@8a27854bb4f124a497a67316e83783efda770119
uses: garygrossgarten/github-action-scp@release
with:
local: /home/runner/build
local: /home/runner/build/**/*
remote: /var/www/test
host: ${{ secrets.HOST }}
username: ${{ secrets.USERNAME }}
Expand Down

0 comments on commit 71c5d35

Please sign in to comment.