Skip to main content

max / makenotwork

Address the two deploy hosts by tailnet name, not by raw IP wam/bento.toml sent the x86_64 release to root@100.120.174.96 and multithreaded/deploy/deploy.sh rsynced its source tree to max@100.106.221.39. Both are now alpha-west-1 and astra. A written-down address goes stale silently: the deploy installs onto whatever answers it, or onto nothing, with no error naming the cause. wam's own astra row had always done it right, in the same file for the same field. Both names verified to resolve and accept the key from fw13 before the change.
Co-Authored-By
Claude Opus 5 (1M context) <noreply@anthropic.com>
Author: Max Johnson <me@maxj.phd> · 2026-08-23 17:35 UTC
Signed with PGP, not checked
Commit: 5c00e1e7f6eeb057f7dedf0bff0ac645cec17eb3
Parent: 0561e82
2 files changed, +11 insertions, -2 deletions
M wam/bento.toml +7 -1
@@ -55,9 +55,15 @@
55 55
56 56 # Hetzner, reached over Tailscale SSH on 22 as root. NOT port 2200: that is what
57 57 # the retired deploy.sh used, and it refuses this machine's key.
58 + #
59 + # By tailnet name, not by the 100.120.174.96 that stood here until 2026-08-23.
60 + # A written-down address goes stale silently: the deploy would install onto
61 + # whatever answers it, or onto nothing, with no error naming the real cause.
62 + # The astra row below has always done it this way, in the same file for the
63 + # same field.
58 64 [[deploy]]
59 65 target = "linux/x86_64"
60 - host = "root@100.120.174.96"
66 + host = "root@alpha-west-1"
61 67 install_path = "/usr/local/bin/wam"
62 68 service = "wam.service"
63 69 health_url = "http://127.0.0.1:7890/tickets"
@@ -10,7 +10,10 @@
10 10 set -e
11 11
12 12 # Configuration
13 - SERVER="max@100.106.221.39"
13 + # By tailnet name, not by the 100.106.221.39 that stood here until 2026-08-23.
14 + # A written-down address goes stale silently, and this script rsyncs a source
15 + # tree and restarts a unit on whatever answers it.
16 + SERVER="max@astra"
14 17 REMOTE_DIR="/opt/multithreaded"
15 18 SRC_DIR="src/multithreaded"
16 19 BINARY_NAME="multithreaded"