Skip to content

Commit

Permalink
ssh known_hosts
Browse files Browse the repository at this point in the history
  • Loading branch information
ankushchk committed Jul 23, 2024
1 parent 1becf1f commit e7f1341
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,5 +19,7 @@ jobs:
run: |
echo "$SSH_PRIVATE_KEY" > keyfile
chmod 400 keyfile
mkdir -p ~/.ssh
cp known_hosts ~/.ssh/known_hosts
ssh -i keyfile [email protected]
source ./deploy.sh

0 comments on commit e7f1341

Please sign in to comment.