parent
85ea9831fe
commit
74f4c00f13
1 changed files with 5 additions and 5 deletions
|
@ -51,21 +51,21 @@ jobs:
|
|||
- name: "Setup: Headscale"
|
||||
run: |
|
||||
echo "tailscaled --cleanup"
|
||||
tailscaled --cleanup
|
||||
sudo tailscaled --cleanup
|
||||
echo ""
|
||||
echo "tailscaled --state=mem 2> ~/tailscaled.log &"
|
||||
tailscaled --state=mem: 2> ~/tailscaled.log &
|
||||
sudo tailscaled --state=mem: 2> ~/tailscaled.log &
|
||||
echo ""
|
||||
echo "tailscale up"
|
||||
tailscale up \
|
||||
sudo tailscale up \
|
||||
--login-server=https://headscale.sysctl.io \
|
||||
--accept-routes \
|
||||
--accept-dns \
|
||||
--authkey ${{ secrets.TAILSCALE_KEY }} \
|
||||
--hostname forgejo-runner \
|
||||
--advertise-tags "tag:forgejo,tag:container,tag:ephemeral"
|
||||
tailscale status
|
||||
tailscale netcheck
|
||||
sudo tailscale status
|
||||
sudo tailscale netcheck
|
||||
|
||||
- uses: actions/checkout@v3
|
||||
- name: "Directory Structure"
|
||||
|
|
Loading…
Reference in a new issue