docs: Add Tailscale SSH push instructions to README
Some checks failed
Deploy Fediversion / deploy (push) Failing after 1s

This commit is contained in:
fullsizemalt 2025-12-28 14:56:06 -08:00
parent 56f52de7fc
commit 5c1b05a169

View file

@ -76,6 +76,30 @@ python -m importers.setlistfm bmfs
| Setlist.fm | <https://api.setlist.fm> | D&C, Billy Strings | | Setlist.fm | <https://api.setlist.fm> | D&C, Billy Strings |
| Grateful Stats | <https://gratefulstats.com> | Grateful Dead | | Grateful Stats | <https://gratefulstats.com> | Grateful Dead |
## Git Repository
**Repo**: <https://git.runfoo.run/runfoo-org/fediversion>
### 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 ## Architecture
``` ```