We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fcf4f7c commit 016bed2Copy full SHA for 016bed2
.github/workflows/deploy-via-ts.yml
@@ -24,12 +24,6 @@ jobs:
24
oauth-client-id: ${{ secrets.TS_OAUTH_CLIENT_ID }}
25
oauth-secret: ${{ secrets.TS_OAUTH_SECRET }}
26
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
33
34
- name: SSH to VM and deploy
35
# we use a single ssh call that runs a small bash deployment script on the remote host
0 commit comments