Skip to content

Commit

Permalink
first cut pipeline
Browse files Browse the repository at this point in the history
  • Loading branch information
kneerunjun committed Jun 21, 2024
1 parent 5e4c3b3 commit 75ae800
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/wkflw.dev.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,8 @@ 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: |
# scp ./path/to/your/systemd.service pi@${RASPBERRY_PI_IP}:/home/pi/
Expand Down

0 comments on commit 75ae800

Please sign in to comment.