Skip to content

Commit

Permalink
test 4
Browse files Browse the repository at this point in the history
  • Loading branch information
bigabig committed Nov 4, 2024
1 parent 8d36116 commit f9a7ad9
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/test_workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,10 @@ jobs:
echo "$SSH_PRIVATE_KEY" > ~/.ssh/id_ed25519
echo "$SSH_CONFIG" > ~/.ssh/config
shell: bash
- name: Add server to known hosts
run: |
ssh-keyscan -H ${{ secrets.SSH_HOST }} >> ~/.ssh/known_hosts
shell: bash
- name: Connect to server
id: connect_to_server
env:
Expand Down

0 comments on commit f9a7ad9

Please sign in to comment.