#16 Commit working state for SSH, re-add ping, trigger workflow
Some checks failed
Gitea Actions Demo / Explore-Gitea-Actions (push) Failing after 11s
SSH and echo to file / ssh (push) Failing after 10s

This commit is contained in:
Joey Hafner 2024-10-25 00:29:29 -07:00
parent a41b517f64
commit 811baf18fa
No known key found for this signature in database
2 changed files with 12 additions and 10 deletions

View File

@ -14,8 +14,10 @@ jobs:
steps:
- name: Checkout Jafner.net repo
uses: actions/checkout@v4
# - name: Check network connectivity to host
# run: ping -c 1 -t 1 -q 192.168.1.1
- name: Check network connectivity to host
run: |
sudo apt-get install -y iputils-ping
ping -c 1 -t 1 -q 192.168.1.1
- name: Configure SSH
run: |
echo -e "${{ secrets.RUNNER_SSH_PRIVATEKEY }}" > /tmp/key

File diff suppressed because one or more lines are too long