Skip to content

Commit b1db1d2

Browse files
committed
different ssh method
1 parent 5779b3e commit b1db1d2

File tree

1 file changed

+1
-7
lines changed

1 file changed

+1
-7
lines changed

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

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -21,12 +21,6 @@ jobs:
2121
- run: name=coilysiren-backend make .build-docker
2222
- run: docker tag coilysiren-backend:latest ghcr.io/${{ github.repository }}/coilysiren-backend:${{ github.sha }}
2323
- run: docker push ghcr.io/${{ github.repository }}/coilysiren-backend:${{ github.sha }}
24-
- uses: tailscale/github-action@v3
25-
with:
26-
oauth-client-id: ${{ secrets.TS_OAUTH_CLIENT_ID }}
27-
oauth-secret: ${{ secrets.TS_OAUTH_SECRET }}
28-
tags: tag:ci
29-
- run: ssh ${{ secrets.TS_SSH }} ls
3024
deploy:
3125
runs-on: ubuntu-latest
3226
steps:
@@ -36,4 +30,4 @@ jobs:
3630
oauth-client-id: ${{ secrets.TS_OAUTH_CLIENT_ID }}
3731
oauth-secret: ${{ secrets.TS_OAUTH_SECRET }}
3832
tags: tag:ci
39-
- run: ssh ${{ secrets.TS_SSH }} ls
33+
- run: tailscale ssh ${{ secrets.TS_SSH }} ls

0 commit comments

Comments
 (0)