fix: remove hardcoded server IP from README, simplify deploy command

This commit is contained in:
Eyejoker
2026-03-31 02:20:45 +09:00
parent 862881ac91
commit 33575c84f1

View File

@@ -158,7 +158,8 @@ MOA_GLM_API_FORMAT=anthropic
### Deploy ### Deploy
```bash ```bash
ssh clone-ej@100.64.185.108 'cd ~/EJClaw && git pull && bun run build && bun run build:runners && bun run build:container && systemctl --user restart ejclaw' cd ~/EJClaw
git pull && bun run build && bun run build:runners && bun run build:container && systemctl --user restart ejclaw
``` ```
## Development ## Development