Skip to content

Commit

Permalink
github: use rsync
Browse files Browse the repository at this point in the history
  • Loading branch information
changkun committed Jan 1, 2022
1 parent d33e662 commit a7572b8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/website.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,4 +38,4 @@ jobs:
eval "$(ssh-agent -s)"
ssh-add ~/.ssh/idkey
ssh-keyscan -H $DOMAIN >> ~/.ssh/known_hosts
scp -r public/* $USER@$DOMAIN:$TARGET
rsync -va public/* $USER@$DOMAIN:$TARGET

0 comments on commit a7572b8

Please sign in to comment.