test new workflow

This commit is contained in:
Kars van Velzen 2024-10-21 14:20:17 +02:00
parent c700ab99ea
commit 560b767466

View file

@ -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