File tree Expand file tree Collapse file tree 1 file changed +1
-7
lines changed Expand file tree Collapse file tree 1 file changed +1
-7
lines changed Original file line number Diff line number Diff line change 21
21
- run : name=coilysiren-backend make .build-docker
22
22
- run : docker tag coilysiren-backend:latest ghcr.io/${{ github.repository }}/coilysiren-backend:${{ github.sha }}
23
23
- 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
30
24
deploy :
31
25
runs-on : ubuntu-latest
32
26
steps :
36
30
oauth-client-id : ${{ secrets.TS_OAUTH_CLIENT_ID }}
37
31
oauth-secret : ${{ secrets.TS_OAUTH_SECRET }}
38
32
tags : tag:ci
39
- - run : ssh ${{ secrets.TS_SSH }} ls
33
+ - run : tailscale ssh ${{ secrets.TS_SSH }} ls
You can’t perform that action at this time.
0 commit comments