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 8c35b54 commit a2577d5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,5 +44,5 @@ jobs:
host: ${{ secrets.REMOTE_HOST }}
user: ${{ secrets.REMOTE_NAME }}
pass: ${{ secrets.REMOTE_PASS }}
local: '/dist/*'
local: "/dist/*"
remote: ${{ secrets.USER_TARGET }}

0 comments on commit a2577d5

Please sign in to comment.