docs(deploy): note the portal is an independent git checkout
Make explicit that /opt/bifrost-portal is its own repo/remote, separate from the existing /opt/fenja and /opt/bifrost-customer apps on the box. Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
This commit is contained in:
parent
6f656b7121
commit
01b7106a22
1 changed files with 6 additions and 0 deletions
|
|
@ -84,6 +84,12 @@ sudo -u fenja git clone ssh://git@git.fenja.ai:2222/joh/project-bifrost-platform
|
|||
/opt/bifrost-portal
|
||||
```
|
||||
|
||||
> **Keep the git checkouts separate.** This portal (`project-bifrost-platform`)
|
||||
> and the existing apps (`/opt/fenja`, `/opt/bifrost-customer`) are independent
|
||||
> git projects with their own remotes. `/opt/bifrost-portal` is a self-contained
|
||||
> checkout — never nest it inside another app's tree, never point its remote at
|
||||
> theirs, and only ever run `scripts/deploy.sh` from inside `/opt/bifrost-portal`.
|
||||
|
||||
## 4. Environment file
|
||||
|
||||
```bash
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue