Fix Forgejo SSH port: 22 not 2222

This commit is contained in:
Hoid 2026-02-19 13:19:01 +00:00
parent 0cc0c0860d
commit b01326a3a9
3 changed files with 3 additions and 3 deletions

View file

@ -57,7 +57,7 @@ export PATH=$PATH:/usr/local/bin
- **Push code:**
```bash
ssh k3s-mgr
cd /tmp && git clone ssh://git@git.cloonar.com:2222/openclawd/docfast.git
cd /tmp && git clone ssh://git@git.cloonar.com/openclawd/docfast.git
cd docfast && <make changes> && git add -A && git commit -m "..." && git push origin main
```
- **Push to main** → auto-deploys to staging