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 b74f867 commit 34a4a8e
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/wkflw.dev.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,8 @@ jobs:
echo "${SSH_PRIVATE_KEY}" > ~/.ssh/id_rsa
chmod 600 ~/.ssh/id_rsa
#ssh-keyscan -H ${RASPBERRY_PI_IP} >> ~/.ssh/known_hosts
echo "${RASPBERRY_PI_UNAME}"
echo "${RASPBERRY_PI_IP}"
ssh -v ${RASPBERRY_PI_UNAME}@${RASPBERRY_PI_IP}
# - name: Copy systemd unit file to Raspberry Pi
# run: |
Expand Down

0 comments on commit 34a4a8e

Please sign in to comment.