Skip to content

Commit

Permalink
test new workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
JeCheeseSmith committed Oct 21, 2024
1 parent 614c8f8 commit a37a82b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit a37a82b

Please sign in to comment.