Fix main app project path to towerops/towerops

Changed from graham/towerops to towerops/towerops
This commit is contained in:
Graham McIntire 2026-01-15 09:01:28 -06:00
parent b33d6a5c25
commit 8f434f18bc
No known key found for this signature in database
2 changed files with 2 additions and 2 deletions

View file

@ -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.

View file

@ -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"