docs: Add Tailscale SSH push instructions to README
Some checks failed
Deploy Fediversion / deploy (push) Failing after 1s
Some checks failed
Deploy Fediversion / deploy (push) Failing after 1s
This commit is contained in:
parent
56f52de7fc
commit
5c1b05a169
1 changed files with 24 additions and 0 deletions
24
README.md
24
README.md
|
|
@ -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
|
||||||
|
|
||||||
```
|
```
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue