move infra.md to .pi/

This commit is contained in:
Azreen Jamal
2026-03-03 03:07:09 +08:00
parent a3c6d09350
commit 201aa94056
2 changed files with 1 additions and 1 deletions

15
.pi/infra.md Normal file
View File

@@ -0,0 +1,15 @@
# Infrastructure Access
# Connection details and references. Secrets live in .env (gitignored).
## Servers
| Name | IP / Host | SSH User | Port | Notes |
|------------|-------------------|----------|------|--------------|
| primary | 159.195.60.33 | root | 22 | main server |
## SSH Quick Reference
```
ssh root@159.195.60.33
```
## Secrets
All tokens, passwords, and API keys go in `.env` — never in this file.