Skip to content
This repository has been archived by the owner on Mar 15, 2024. It is now read-only.

Commit

Permalink
Add rettichlp.de as known_hosts
Browse files Browse the repository at this point in the history
  • Loading branch information
rettichlp committed May 22, 2023
1 parent e79dde4 commit 519ad67
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/wiki_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@ jobs:
mkdir -p ~/.ssh
echo "$SSH_PRIVATE_KEY" > ~/.ssh/id_rsa
chmod 600 ~/.ssh/id_rsa
ssh-keyscan -H rettichlp.de >> ~/.ssh/known_hosts
- name: Deploy to server
run: scp -r site/ [email protected]:/unicacityaddon_wiki
- name: Execute update script
Expand Down

0 comments on commit 519ad67

Please sign in to comment.