You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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 variables
0 commit comments