Skip to content

Commit

Permalink
trying to fix network not reachable error
Browse files Browse the repository at this point in the history
  • Loading branch information
kneerunjun committed Jun 21, 2024
1 parent 4bed471 commit cc63b0d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/wkflw.dev.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ jobs:
mkdir -p ~/.ssh
echo ${{ secrets.SSH_PRIVATE_KEY }} > ~/.ssh/id_rsa
chmod 600 ~/.ssh/id_rsa
#ssh-keyscan -H ${{ secrets.RPI_IP_DEV }} >> ~/.ssh/known_hosts
ssh-keyscan -H ${{ secrets.RPI_IP_DEV }} >> ~/.ssh/known_hosts
# # echo ${{ secrets.RASPBERRY_PI_UNAME }}
# # echo ${{ secrets.RPI_IP_DEV }}
# ssh -v ${{ secrets.RASPBERRY_PI_UNAME }}@${{ secrets.RPI_IP_DEV }}
Expand Down

0 comments on commit cc63b0d

Please sign in to comment.