Skip to content

Commit

Permalink
fix(ci/cd): 修复 ci/cd
Browse files Browse the repository at this point in the history
  • Loading branch information
白唯 committed Oct 13, 2020
1 parent ef5b5a2 commit fe2437a
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 @@ -22,5 +22,5 @@ jobs:
username: ${{ secrets.REMOTE_USER }}
password: ${{ secrets.REMOTE_PASSWORD }}
port: ${{ secrets.PORT }}
source: "dist"
source: "dist/*"
target: ${{secrets.REMOTE_TARGET}}

0 comments on commit fe2437a

Please sign in to comment.