diff --git a/src/fastapi_cloud_cli/commands/deploy.py b/src/fastapi_cloud_cli/commands/deploy.py index 0befb826..e9c3f6ee 100644 --- a/src/fastapi_cloud_cli/commands/deploy.py +++ b/src/fastapi_cloud_cli/commands/deploy.py @@ -376,13 +376,13 @@ def _wait_for_deployment( if log.type == "complete": progress.log("") progress.log( - f"🐔 Ready the chicken! Your app is ready at [link={deployment.url}]{deployment.url}[/link]" + f"You can also check the app logs at [link={deployment.dashboard_url}]{deployment.dashboard_url}[/link]" ) progress.log("") progress.log( - f"You can also check the app logs at [link={deployment.dashboard_url}]{deployment.dashboard_url}[/link]" + f"🐔 Ready the chicken! Your app is ready at [link={deployment.url}]{deployment.url}[/link]" ) break