test new workflow

This commit is contained in:
Kars van Velzen 2024-10-21 14:25:04 +02:00
parent 614c8f805a
commit a37a82b431

View file

@ -17,7 +17,7 @@ jobs:
run: curl -I https://www.google.com || echo "Request failed"
- name: Check connectivity
run: ping6 -c 4 ${{ secrets.SSH_HOST }} || echo "Ping failed"
run: curl -I https://www.octubre.be || echo "octubre failed"
- name: SSH into VM and deploy
uses: appleboy/ssh-action@master