From b01326a3a97133916a2d51cce00c8cbda8a1392a Mon Sep 17 00:00:00 2001 From: Hoid Date: Thu, 19 Feb 2026 13:19:01 +0000 Subject: [PATCH] Fix Forgejo SSH port: 22 not 2222 --- skills/business/SKILL.md | 2 +- skills/ceo-common/experts/backend-dev.md | 2 +- skills/snapapi-business/SKILL.md | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/skills/business/SKILL.md b/skills/business/SKILL.md index c836d17..52a0554 100644 --- a/skills/business/SKILL.md +++ b/skills/business/SKILL.md @@ -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 && && git add -A && git commit -m "..." && git push origin main ``` - **Push to main** → auto-deploys to staging diff --git a/skills/ceo-common/experts/backend-dev.md b/skills/ceo-common/experts/backend-dev.md index 4096bf3..d65645c 100644 --- a/skills/ceo-common/experts/backend-dev.md +++ b/skills/ceo-common/experts/backend-dev.md @@ -20,7 +20,7 @@ export PATH=$PATH:/usr/local/bin ```bash ssh k3s-mgr cd /tmp -git clone ssh://git@git.cloonar.com:2222/openclawd/.git +git clone ssh://git@git.cloonar.com/openclawd/.git cd # ... make changes ... git add -A && git commit -m "descriptive message" && git push origin main diff --git a/skills/snapapi-business/SKILL.md b/skills/snapapi-business/SKILL.md index 8a2c22d..c4a9b6e 100644 --- a/skills/snapapi-business/SKILL.md +++ b/skills/snapapi-business/SKILL.md @@ -62,7 +62,7 @@ export PATH=$PATH:/usr/local/bin - **Push code:** ```bash ssh k3s-mgr - cd /tmp && git clone ssh://git@git.cloonar.com:2222/openclawd/SnapAPI.git + cd /tmp && git clone ssh://git@git.cloonar.com/openclawd/SnapAPI.git cd SnapAPI && && git add -A && git commit -m "..." && git push origin main ``` - **Push to main** → auto-deploys to staging (CI/CD needs setup — same pattern as DocFast)