#16 Commit working state for SSH, re-add ping, trigger workflow
This commit is contained in:
parent
a41b517f64
commit
811baf18fa
@ -14,8 +14,10 @@ jobs:
|
|||||||
steps:
|
steps:
|
||||||
- name: Checkout Jafner.net repo
|
- name: Checkout Jafner.net repo
|
||||||
uses: actions/checkout@v4
|
uses: actions/checkout@v4
|
||||||
# - name: Check network connectivity to host
|
- name: Check network connectivity to host
|
||||||
# run: ping -c 1 -t 1 -q 192.168.1.1
|
run: |
|
||||||
|
sudo apt-get install -y iputils-ping
|
||||||
|
ping -c 1 -t 1 -q 192.168.1.1
|
||||||
- name: Configure SSH
|
- name: Configure SSH
|
||||||
run: |
|
run: |
|
||||||
echo -e "${{ secrets.RUNNER_SSH_PRIVATEKEY }}" > /tmp/key
|
echo -e "${{ secrets.RUNNER_SSH_PRIVATEKEY }}" > /tmp/key
|
||||||
|
File diff suppressed because one or more lines are too long
Loading…
Reference in New Issue
Block a user