diff options
| author | Ariel Costas Guerrero <ariel@costas.dev> | 2025-11-29 00:17:03 +0100 |
|---|---|---|
| committer | Ariel Costas Guerrero <ariel@costas.dev> | 2025-11-29 00:17:28 +0100 |
| commit | 1db44ca4d01d8180a1adaf69f2f0f9a1ce953221 (patch) | |
| tree | 9c6a7f71488d08ee2c271d6fe7df9695373f099d /.github | |
| parent | 72f4b03ea2648b7c9de1d4bf2f0899a278537167 (diff) | |
Improve styles
Diffstat (limited to '.github')
| -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 |
