Skip to content

Commit 016bed2

Browse files
committed
fix(status): remove tailscale status
1 parent fcf4f7c commit 016bed2

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

.github/workflows/deploy-via-ts.yml

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -24,12 +24,6 @@ jobs:
2424
oauth-client-id: ${{ secrets.TS_OAUTH_CLIENT_ID }}
2525
oauth-secret: ${{ secrets.TS_OAUTH_SECRET }}
2626
tags: tag:ci
27-
28-
- name: Wait a moment for Tailscale to come up
29-
run: |
30-
# give tailscale a short moment to stabilize and show status for debugging
31-
sleep 3
32-
tailscale status || true
3327

3428
- name: SSH to VM and deploy
3529
# we use a single ssh call that runs a small bash deployment script on the remote host

0 commit comments

Comments
 (0)