Skip to content

Commit

Permalink
Update dotnet-test.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
TheEmber committed Oct 29, 2023
1 parent 66caee8 commit d4bc9b9
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/dotnet-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,8 @@ jobs:
ssh-private-key: ${{ secrets.SSH_KEY }}

- name: Add server to known hosts
run: ssh-keyscan -H ${{ secrets.SSH_USERNAME }}@{{ secrets.SSH_IP }} > ~/.ssh/known_hosts
run: |
ssh-keyscan -H ${{ secrets.SSH_USERNAME }}@{{ secrets.SSH_IP }} > ~/.ssh/known_hosts
- name: SSH to machine and deploy
run: |
Expand Down

0 comments on commit d4bc9b9

Please sign in to comment.