Skip to content

Commit

Permalink
test resync adding known host (#233)
Browse files Browse the repository at this point in the history
  • Loading branch information
seanzhangkx8 authored Oct 9, 2024
1 parent 0f07f03 commit c425c11
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/rsync-download-config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,11 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: rsync download config

- name: Add server to known_hosts
run: ssh-keyscan -H ${{ secrets.DEPLOY_HOST }} >> ~/.ssh/known_hosts

- name: Rsync download config
uses: burnett01/rsync-deployments@master
with:
switches: -vzr
Expand Down

0 comments on commit c425c11

Please sign in to comment.