Skip to content

Commit

Permalink
Update deploy.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
iharsuvorau committed Jan 8, 2024
1 parent 65cb2f6 commit bf3a0ea
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/deploy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -31,9 +31,9 @@ jobs:
- name: Set known hosts
id: known_hosts
run: |
ssh-keyscan -t rsa 193.40.11.243 > $GITHUB_OUTPUT
ssh-keyscan -t rsa 193.40.11.123 >> $GITHUB_OUTPUT
ssh-keyscan -t rsa 193.40.11.119 >> $GITHUB_OUTPUT
ssh-keyscan -t ed25519 193.40.11.243 > $GITHUB_OUTPUT
ssh-keyscan -t ed25519 193.40.11.123 >> $GITHUB_OUTPUT
ssh-keyscan -t ed25519 193.40.11.119 >> $GITHUB_OUTPUT
- name: Install SSH key
uses: shimataro/ssh-key-action@v2
Expand Down

0 comments on commit bf3a0ea

Please sign in to comment.