From 8f434f18bcde9fee5d1306dc82e0876a790d2e74 Mon Sep 17 00:00:00 2001 From: Graham McIntire Date: Thu, 15 Jan 2026 09:01:28 -0600 Subject: [PATCH] Fix main app project path to towerops/towerops Changed from graham/towerops to towerops/towerops --- scripts/README.md | 2 +- scripts/monitor-deploy.sh | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/scripts/README.md b/scripts/README.md index 177ae25a..908eaec0 100644 --- a/scripts/README.md +++ b/scripts/README.md @@ -128,7 +128,7 @@ Manual override: `./scripts/monitor-deploy.sh [app|agent]` ### GitLab Project IDs -- Main app: `graham/towerops` +- Main app: `towerops/towerops` - Agent: `towerops/towerops-agent` Update these in the script if your project paths differ. diff --git a/scripts/monitor-deploy.sh b/scripts/monitor-deploy.sh index c1b94c2c..1eb3f891 100755 --- a/scripts/monitor-deploy.sh +++ b/scripts/monitor-deploy.sh @@ -79,7 +79,7 @@ get_project_info() { case $project in app) PROJECT_ID="77257437" # Numeric ID for API calls - PROJECT_PATH="graham/towerops" # Path for web URLs + PROJECT_PATH="towerops/towerops" # Path for web URLs PROJECT_NAME="Towerops" K8S_NAMESPACE="towerops" K8S_DEPLOYMENT="towerops"