This repository was archived by the owner on Oct 10, 2025. It is now read-only.
Commit 3b21a8e
committed
fix: deployment success message now shows correct domains for each environment
- Replace hardcoded test.local domains in show_connection_info() function
- Use ${TRACKER_DOMAIN:-tracker.test.local} and ${GRAFANA_DOMAIN:-grafana.test.local}
- Staging deployments now correctly show tracker.torrust-demo.dev and grafana.torrust-demo.dev
- Local deployments maintain backward compatibility with test.local fallbacks
- Follows up on SSL certificate domain fix (commit 74e4c7e)
Testing:
- Validated staging deployment shows tracker.torrust-demo.dev domains
- Maintains fallback behavior for local environments
- All 14 hardcoded test.local references now use environment variables1 parent 74e4c7e commit 3b21a8e
1 file changed
+7
-7
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1098 | 1098 | | |
1099 | 1099 | | |
1100 | 1100 | | |
1101 | | - | |
1102 | | - | |
| 1101 | + | |
| 1102 | + | |
1103 | 1103 | | |
1104 | 1104 | | |
1105 | 1105 | | |
1106 | | - | |
1107 | | - | |
| 1106 | + | |
| 1107 | + | |
1108 | 1108 | | |
1109 | 1109 | | |
1110 | | - | |
1111 | | - | |
1112 | | - | |
| 1110 | + | |
| 1111 | + | |
| 1112 | + | |
1113 | 1113 | | |
1114 | 1114 | | |
1115 | 1115 | | |
| |||
0 commit comments