We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c8b67ee commit b3451e8Copy full SHA for b3451e8
.github/workflows/docker-backend.yml
@@ -45,12 +45,6 @@ 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