We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent be7752d commit 2a7d96eCopy full SHA for 2a7d96e
1 file changed
src/fastapi_cloud_cli/commands/deploy.py
@@ -376,13 +376,13 @@ def _wait_for_deployment(
376
if log.type == "complete":
377
progress.log("")
378
progress.log(
379
- 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]"
380
)
381
382
383
384
385
- 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]"
386
387
388
break
0 commit comments