diff options
| author | Raphael Kabo <mail@raphaelkabo.com> | 2025-03-17 21:51:25 +0000 | 
|---|---|---|
| committer | Raphael Kabo <mail@raphaelkabo.com> | 2025-03-17 21:51:25 +0000 | 
| commit | 3ecf946ac59cb4eaca979947514e997bd87e2b02 (patch) | |
| tree | 3dd048c928a9e394ee2d91913c44a8324209055d | |
| parent | 97e4e4c890d28875213f96cebac816ae8bc7a188 (diff) | |
Add -H parameter
| -rw-r--r-- | .github/workflows/deploy.yaml | 2 | 
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/deploy.yaml b/.github/workflows/deploy.yaml index 1d0330a..5cb7500 100644 --- a/.github/workflows/deploy.yaml +++ b/.github/workflows/deploy.yaml @@ -12,7 +12,7 @@ jobs:              - name: Set up known_hosts file                run: |                    mkdir -p ~/.ssh/ && touch ~/.ssh/known_hosts -                  ssh-keyscan ${{ secrets.SSH_HOST }} >> ~/.ssh/known_hosts +                  ssh-keyscan -H ${{ secrets.SSH_HOST }} >> ~/.ssh/known_hosts              - uses: webfactory/ssh-agent@v0.9.1                with:  | 
