Skip to content

Commit

Permalink
Moved known hosts to secret
Browse files Browse the repository at this point in the history
  • Loading branch information
raffazizzi authored Jul 10, 2024
1 parent 7cd1c40 commit 4437207
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ jobs:
with:
key: ${{ secrets.SSH_SECRET_KEY }}
name: id_rsa
known_hosts: ${{ secrets.SSH_HOST }}
known_hosts: ${{ secrets.SSH_KNOWN_HOSTS }}

- name: Deploy to server
run: |
Expand Down

0 comments on commit 4437207

Please sign in to comment.