test new workflow
This commit is contained in:
parent
c700ab99ea
commit
560b767466
1 changed files with 2 additions and 0 deletions
2
.github/workflows/main.yml
vendored
2
.github/workflows/main.yml
vendored
|
|
@ -12,6 +12,8 @@ jobs:
|
|||
- name: debug
|
||||
run: hostname -I && ping google.com -c 3
|
||||
|
||||
- name: Check connectivity
|
||||
run: ping6 -c 4 ${{ secrets.SSH_HOST }} || echo "Ping failed"
|
||||
|
||||
- name: SSH into VM and deploy
|
||||
uses: appleboy/ssh-action@master
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue