Skip to content

Commit

Permalink
still no success in getting ssh to dev raspberry
Browse files Browse the repository at this point in the history
  • Loading branch information
kneerunjun committed Jun 22, 2024
1 parent 9cdbc33 commit 605501d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/wkflw.dev.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@ jobs:
mkdir -p ~/.ssh
echo "${SSH_PRIVATE_KEY}" > ~/.ssh/id_rsa
chmod 600 ~/.ssh/id_rsa
echo $RASPBERRY_PI_IP
ssh-keyscan -H $RASPBERRY_PI_IP >> ~/.ssh/known_hosts
# - name: Get current branch name
# id: get_branch
Expand Down

0 comments on commit 605501d

Please sign in to comment.