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"