Skip to content

Commit 86c6438

Browse files
authored
fix home dir (#5)
1 parent f78a889 commit 86c6438

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,5 +55,5 @@ jobs:
5555
eval $(ssh-agent)
5656
echo "${{ secrets.JOIN_DEPLOY_KEY }}" | ssh-add -
5757
rsync -avz --delete ${{ inputs.dry_run && '--dry-run' || '' }} \
58-
-e "ssh -p ${{ secrets.JOIN_DEPLOY_PORT }}" \
58+
-e "ssh -p ${{ secrets.JOIN_DEPLOY_PORT }} -o UserKnownHostsFile=$HOME/.ssh/known_hosts" \
5959
public/ ${{ secrets.JOIN_DEPLOY_DEST }}

0 commit comments

Comments
 (0)