Skip to content

Commit

Permalink
switching back to basic outbound network connection testing
Browse files Browse the repository at this point in the history
  • Loading branch information
kneerunjun committed Jun 22, 2024
1 parent de17bbb commit 9132230
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions .github/workflows/wkflw.dev.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,15 +19,15 @@ jobs:
steps:
- name: Checkout code
uses: actions/checkout@v2

- name: Set up SSH on actions container
uses: appleboy/ssh-action@v1.0.3
with:
host: 2402:e280:3e4d:402:ba26:4305:93dd:c8b1
username: ${{ secrets.RASPBERRY_PI_UNAME }}
key: ${{ secrets.SSH_PRIVATE_KEY }}
port: 22
script: whoami
- name: Test internet connectivity
run: |
ping -c 4 google.com
curl -I https://github.com
- name: Debug SSH Connection
run: |
ssh -v $RASPBERRY_PI_UNAME@$RASPBERRY_PI_IP exit
# run: |
# mkdir -p ~/.ssh
# echo $SSH_PRIVATE_KEY > ~/.ssh/id_rsa
Expand Down

0 comments on commit 9132230

Please sign in to comment.