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 8265b24 commit b1ae63a
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 @@ -28,7 +28,7 @@ jobs:
#ssh-keyscan -H ${RASPBERRY_PI_IP} >> ~/.ssh/known_hosts
echo "${RASPBERRY_PI_UNAME}"
echo "${RASPBERRY_PI_IP}"
ssh -v StrictHostKeyChecking=no ${RASPBERRY_PI_UNAME}@${RASPBERRY_PI_IP}
ssh -v -o StrictHostKeyChecking=no ${RASPBERRY_PI_UNAME}@${RASPBERRY_PI_IP}
# - name: Copy systemd unit file to Raspberry Pi
# run: |
# scp ./path/to/your/systemd.service pi@${RASPBERRY_PI_IP}:/home/pi/
Expand Down

0 comments on commit b1ae63a

Please sign in to comment.