Fix main app project path to towerops/towerops
Changed from graham/towerops to towerops/towerops
This commit is contained in:
parent
b33d6a5c25
commit
8f434f18bc
2 changed files with 2 additions and 2 deletions
|
|
@ -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.
|
||||
|
|
|
|||
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue