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 eb3f4d6 commit c9de1ce
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/wkflw.dev.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,9 +23,9 @@ jobs:
- name: Set up SSH on actions container
run: |
mkdir -p ~/.ssh
echo "${SSH_PRIVATE_KEY}" > ~/.ssh/id_rsa
chmod 600 ~/.ssh/id_rsa
ssh-keyscan -H ${RASPBERRY_PI_IP} >> ~/.ssh/known_hosts
# echo "${SSH_PRIVATE_KEY}" > ~/.ssh/id_rsa
# chmod 600 ~/.ssh/id_rsa
# ssh-keyscan -H ${RASPBERRY_PI_IP} >> ~/.ssh/known_hosts
# - name: Copy systemd unit file to Raspberry Pi
# run: |
Expand Down

0 comments on commit c9de1ce

Please sign in to comment.