aboutsummaryrefslogtreecommitdiff
path: root/.github/workflows
diff options
context:
space:
mode:
Diffstat (limited to '.github/workflows')
-rw-r--r--.github/workflows/deploy.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml
index 89f5117..843bdf6 100644
--- a/.github/workflows/deploy.yml
+++ b/.github/workflows/deploy.yml
@@ -149,7 +149,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