From 01b7106a22e611b2259ae5a1167d70de692d1bdf Mon Sep 17 00:00:00 2001 From: Arlind Date: Wed, 17 Jun 2026 13:54:01 +0200 Subject: [PATCH] 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) --- DEPLOY.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/DEPLOY.md b/DEPLOY.md index cf3d5b8..e2579e0 100644 --- a/DEPLOY.md +++ b/DEPLOY.md @@ -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