Skip to content

Commit 8627846

Browse files
committed
regular ssh maybe
1 parent b1db1d2 commit 8627846

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/build-and-publish.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,4 +30,5 @@ jobs:
3030
oauth-client-id: ${{ secrets.TS_OAUTH_CLIENT_ID }}
3131
oauth-secret: ${{ secrets.TS_OAUTH_SECRET }}
3232
tags: tag:ci
33-
- run: tailscale ssh ${{ secrets.TS_SSH }} ls
33+
- run: tailscale up
34+
- run: ssh ${{ secrets.TS_SSH }} ls

0 commit comments

Comments
 (0)