diff options
Diffstat (limited to '.github/workflows')
| -rw-r--r-- | .github/workflows/production.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/production.yml b/.github/workflows/production.yml index c654f27..f0ab104 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 --until-direct=false ${{ secrets.TARGET_HOST }}; do + until tailscale ping --c=1 --until-direct=false ${{ secrets.TARGET_HOST }}; do echo "Waiting for Tailscale to connect..." sleep 2 done |
