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 75ae800 commit b74f867
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 @@ -25,7 +25,7 @@ jobs:
mkdir -p ~/.ssh
echo "${SSH_PRIVATE_KEY}" > ~/.ssh/id_rsa
chmod 600 ~/.ssh/id_rsa
# ssh-keyscan -H ${RASPBERRY_PI_IP} >> ~/.ssh/known_hosts
#ssh-keyscan -H ${RASPBERRY_PI_IP} >> ~/.ssh/known_hosts
ssh -v ${RASPBERRY_PI_UNAME}@${RASPBERRY_PI_IP}
# - name: Copy systemd unit file to Raspberry Pi
# run: |
Expand Down

0 comments on commit b74f867

Please sign in to comment.