This commit is contained in:
albert 2025-02-04 19:26:07 -08:00
parent 2fa653eb5f
commit 57c8fcbd09
Signed by: albert
GPG key ID: 3895DD267CA11BA9

View file

@ -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)