Skip to content

Commit

Permalink
Update push_test_server.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
raller1028 authored Feb 21, 2023
1 parent 5c3f414 commit 4b2b67f
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions .github/workflows/push_test_server.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,17 @@ jobs:
with:
network_id: ${{ secrets.ZEROTIER_NETWORK_ID }}
auth_token: ${{ secrets.ZEROTIER_CENTRAL_TOKEN }}

- name: ping host
shell: bash
run: |
count=10
while ! ping -c 1 10.147.18.11 ; do
echo "waiting..." ;
sleep 1 ;
let count=count-1
done
echo "ping success"
- name: copy tar to target host
shell: bash
Expand Down

0 comments on commit 4b2b67f

Please sign in to comment.