From 5c1b05a1693fbace26aa154a96f29ddb308adb82 Mon Sep 17 00:00:00 2001 From: fullsizemalt <106900403+fullsizemalt@users.noreply.github.com> Date: Sun, 28 Dec 2025 14:56:06 -0800 Subject: [PATCH] docs: Add Tailscale SSH push instructions to README --- README.md | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) diff --git a/README.md b/README.md index 6dc1d9b..972cb5e 100644 --- a/README.md +++ b/README.md @@ -76,6 +76,30 @@ python -m importers.setlistfm bmfs | Setlist.fm | | D&C, Billy Strings | | Grateful Stats | | Grateful Dead | +## Git Repository + +**Repo**: + +### Push via Tailscale + +SSH port 2222 blocked externally. Use Tailscale IP for nexus-vector: + +```bash +# Set remote to Tailscale IP (nexus-vector = 100.95.3.92) +git remote set-url origin ssh://git@100.95.3.92:2222/runfoo-org/fediversion.git + +# Push +git push origin main +git push origin testing # Triggers CI/CD deploy to fediversion.runfoo.run +``` + +### CI/CD Branches + +| Branch | Server | URL | +|--------|--------|-----| +| `testing` | nexus-vector | fediversion.runfoo.run | +| `production` | tangible-aacorn | (when domain ready) | + ## Architecture ```