Skip to content

Commit

Permalink
test: action
Browse files Browse the repository at this point in the history
  • Loading branch information
luckfunc committed Aug 23, 2023
1 parent b2023ee commit a29fd52
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,5 +44,7 @@ jobs:
host: ${{ secrets.REMOTE_HOST }}
user: ${{ secrets.REMOTE_NAME }}
pass: ${{ secrets.REMOTE_PASS }}
local: "dist"
remote: ${{ secrets.USER_TARGET }}
connect_timeout: 10s
local: 'dist'
# source: "docs/.vitepress/dist/*"
remote: ${{ secrets.REMOTE_TARGET }}

0 comments on commit a29fd52

Please sign in to comment.