chore: point build-felhom-controller.sh at renamed repo (felhom-controller)
Updates REPO_DIR clone dir and clone URL after the deploy-felhom-compose -> felhom-controller rename. collect-repos.sh needs no change (auto-discovers dirs). Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
This commit is contained in:
@@ -16,7 +16,7 @@
|
|||||||
set -euo pipefail
|
set -euo pipefail
|
||||||
|
|
||||||
# --- Configuration (edit these if your paths differ) ---
|
# --- Configuration (edit these if your paths differ) ---
|
||||||
REPO_DIR="/home/kisfenyo/git/deploy-felhom-compose"
|
REPO_DIR="/home/kisfenyo/git/felhom-controller"
|
||||||
CONTROLLER_SRC="${REPO_DIR}/controller"
|
CONTROLLER_SRC="${REPO_DIR}/controller"
|
||||||
WEBSITE_ASSETS_DIR="/home/kisfenyo/git/felhom.eu/website/assets"
|
WEBSITE_ASSETS_DIR="/home/kisfenyo/git/felhom.eu/website/assets"
|
||||||
REGISTRY="gitea.dooplex.hu/admin"
|
REGISTRY="gitea.dooplex.hu/admin"
|
||||||
@@ -40,7 +40,7 @@ step() { echo -e "${CYAN}[STEP]${NC} $*"; }
|
|||||||
# --- Pre-flight checks ---
|
# --- Pre-flight checks ---
|
||||||
if [[ ! -d "${CONTROLLER_SRC}" ]]; then
|
if [[ ! -d "${CONTROLLER_SRC}" ]]; then
|
||||||
error "Controller source not found: ${CONTROLLER_SRC}"
|
error "Controller source not found: ${CONTROLLER_SRC}"
|
||||||
error "Clone the repo first: git clone https://gitea.dooplex.hu/admin/deploy-felhom-compose.git ${REPO_DIR}"
|
error "Clone the repo first: git clone https://gitea.dooplex.hu/admin/felhom-controller.git ${REPO_DIR}"
|
||||||
exit 1
|
exit 1
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user