We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 262cbdc commit c8b67eeCopy full SHA for c8b67ee
.github/workflows/docker-backend.yml
@@ -45,6 +45,12 @@ jobs:
45
oauth-secret: $TS_OAUTH_SECRET
46
tags: tag:whispern-ci
47
48
+ - name: Debug Tailscale access
49
+ run: |
50
+ tailscale status
51
+ ping -c 2 nilss-mac-mini.tailed622e.ts.net || echo "Ping failed"
52
+ ssh -o StrictHostKeyChecking=no nilsj@nilss-mac-mini.tailed622e.ts.net "hostname"
53
+
54
- name: Execute SSH command on remote
55
uses: appleboy/ssh-action@v1.0.0
56
with:
0 commit comments