| Environment | Path | Access Level | Purpose |
|-------------|------|--------------|---------|
| Sandbox | /home/ohad/hermesmadesimple-website/sandbox/ | Lucy: Full edit
Ohad: Review only | Non-destructive experimentation |
| Test-Site | /home/ohad/hermesmadesimple-website/test-site/ | Lucy: Sync from sandbox
Ohad: Approve | Staging before live |
| Live | /home/ohad/hermesmadesimple-website/ (main) | Lucy: NEVER direct
Ohad: Explicit approve only | Production site |
| Backups | /home/ohad/hermesmadesimple-website/backups/ | Lucy: Auto-backup
Ohad: Restore if needed | Version history |
[sandbox] → (Lucy previews) → [test-site] → (Ohad approves) → [live]
backups/backup.sh).git/, backups/, sandbox/ modifications unless explicitly toldbash
/home/ohad/hermesmadesimple-website/backups/backup.sh
bash
cd /home/ohad/hermesmadesimple-website && rsync -av --exclude='backups' --exclude='.git' sandbox/ test-site/
bash
cd /home/ohad/hermesmadesimple-website && rsync -av --exclude='backups' --exclude='sandbox' --exclude='test-site' ./ /home/ohad/hermesmadesimple-website-live/
Then push to GitHub if Ohad confirms
bash
cloudflared tunnel --url http://localhost:3000
Note: Password gate required on test site (password: hermes2026)
---
Last updated: May 26, 2026 by Lucy