Skip to content

Commit

Permalink
connecting ssh using appleboy actions
Browse files Browse the repository at this point in the history
  • Loading branch information
kneerunjun committed Jun 22, 2024
1 parent 851a209 commit de17bbb
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/wkflw.dev.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,9 +23,10 @@ jobs:
- name: Set up SSH on actions container
uses: appleboy/[email protected]
with:
host: ${{ secrets.RPI_IP_DEV }}
host: 2402:e280:3e4d:402:ba26:4305:93dd:c8b1
username: ${{ secrets.RASPBERRY_PI_UNAME }}
password: "10645641993"
key: ${{ secrets.SSH_PRIVATE_KEY }}
port: 22
script: whoami
# run: |
# mkdir -p ~/.ssh
Expand Down

0 comments on commit de17bbb

Please sign in to comment.