udpate
This commit is contained in:
parent
2fa653eb5f
commit
57c8fcbd09
1 changed files with 13 additions and 4 deletions
|
@ -30,6 +30,7 @@ jobs:
|
|||
- name: Connect to Headscale Network
|
||||
run: |
|
||||
tailscale up ${{ env.TS_OPTS }} --authkey ${{ secrets.TAILSCALE_KEY }}
|
||||
tailscale status
|
||||
- name: Restart Linode DERP Relay - Osaka
|
||||
run: ssh ${{ env.SSH_OPTS }} albert@osaka-linode-01.servers.hs.net "sudo systemctl restart podman-derp"
|
||||
- name: Restart Linode DERP Relay - Frankfurt
|
||||
|
@ -62,10 +63,18 @@ jobs:
|
|||
steps:
|
||||
- name: Add Gotify to Hosts
|
||||
run: echo "100.64.0.5 gotify.sysctl.io" >> /etc/hosts
|
||||
- name: Set up SSH Keys
|
||||
run: echo "${{ secrets.SSH_PRIVATE_KEY }}" > /root/.ssh/id_ed25519
|
||||
- name: Setup Node
|
||||
uses: actions/setup-node@v4
|
||||
- name: Install SSH Keys
|
||||
run: |
|
||||
echo "${{ secrets.SSH_PRIVATE_KEY }}" > /root/.ssh/id_ed25519
|
||||
chmod 700 /root/.ssh
|
||||
chmod 600 /root/.ssh/id_ed25519
|
||||
- name: Start Tailscale Daemon
|
||||
run: |
|
||||
tailscaled --no-logs-no-support --state=mem: &
|
||||
- name: Connect to Headscale Network
|
||||
run: |
|
||||
tailscale up ${{ env.TS_OPTS }} --authkey ${{ secrets.TAILSCALE_KEY }}
|
||||
tailscale status
|
||||
- name: Update Repository
|
||||
run: ssh ${{ env.SSH_OPTS }} albert@steamdeck.albert.hs.net "git -C /etc/nixos/git pull"
|
||||
- name: NixOS Version (Pre)
|
||||
|
|
Loading…
Add table
Reference in a new issue