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 ```