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 c9de1ce commit c9e5496
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 @@ -23,7 +23,7 @@ jobs:
- name: Set up SSH on actions container
run: |
mkdir -p ~/.ssh
# echo "${SSH_PRIVATE_KEY}" > ~/.ssh/id_rsa
echo "${SSH_PRIVATE_KEY}" > ~/.ssh/id_rsa
# chmod 600 ~/.ssh/id_rsa
# ssh-keyscan -H ${RASPBERRY_PI_IP} >> ~/.ssh/known_hosts
Expand Down

0 comments on commit c9e5496

Please sign in to comment.