From 731fcdb659bd5de1ab973f875861131f57a390f8 Mon Sep 17 00:00:00 2001 From: Ariel Costas Guerrero Date: Wed, 26 Nov 2025 22:52:10 +0100 Subject: Make tailscale pings work despite NATs --- .github/workflows/production.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/production.yml b/.github/workflows/production.yml index aefdbb3..c654f27 100644 --- a/.github/workflows/production.yml +++ b/.github/workflows/production.yml @@ -49,7 +49,7 @@ jobs: tags: tag:ci - name: Wait for reachability run: | - until tailscale ping ${{ secrets.TARGET_HOST }}; do + until tailscale ping --until-direct=false ${{ secrets.TARGET_HOST }}; do echo "Waiting for Tailscale to connect..." sleep 2 done -- cgit v1.3