mirror of
https://github.com/Memo-2023/mana-monorepo.git
synced 2026-05-14 20:21:09 +02:00
update docs
This commit is contained in:
parent
da4f05adc3
commit
9be11259a9
1 changed files with 13 additions and 0 deletions
13
CLAUDE.md
13
CLAUDE.md
|
|
@ -516,6 +516,19 @@ pnpm cf:projects:list
|
||||||
npx wrangler pages project add-domain chat-landing chat.manacore.app
|
npx wrangler pages project add-domain chat-landing chat.manacore.app
|
||||||
```
|
```
|
||||||
|
|
||||||
|
## Server Access
|
||||||
|
|
||||||
|
### Hetzner Staging Server
|
||||||
|
|
||||||
|
SSH access for deployment troubleshooting, log inspection, and service management:
|
||||||
|
|
||||||
|
```bash
|
||||||
|
ssh -i ~/.ssh/hetzner_deploy_key deploy@46.224.108.214
|
||||||
|
```
|
||||||
|
|
||||||
|
**User:** `deploy`
|
||||||
|
**Key:** `~/.ssh/hetzner_deploy_key`
|
||||||
|
|
||||||
## Adding Dependencies
|
## Adding Dependencies
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue