Skip to content

Commit c8b67ee

Browse files
committed
Update Workflow
1 parent 262cbdc commit c8b67ee

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.github/workflows/docker-backend.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,12 @@ jobs:
4545
oauth-secret: $TS_OAUTH_SECRET
4646
tags: tag:whispern-ci
4747

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+
4854
- name: Execute SSH command on remote
4955
uses: appleboy/ssh-action@v1.0.0
5056
with:

0 commit comments

Comments
 (0)