Skip to content

Commit 2a7d96e

Browse files
authored
♻️ Reorder log messages for deployment readiness (#137)
1 parent be7752d commit 2a7d96e

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

src/fastapi_cloud_cli/commands/deploy.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -376,13 +376,13 @@ def _wait_for_deployment(
376376
if log.type == "complete":
377377
progress.log("")
378378
progress.log(
379-
f"🐔 Ready the chicken! Your app is ready at [link={deployment.url}]{deployment.url}[/link]"
379+
f"You can also check the app logs at [link={deployment.dashboard_url}]{deployment.dashboard_url}[/link]"
380380
)
381381

382382
progress.log("")
383383

384384
progress.log(
385-
f"You can also check the app logs at [link={deployment.dashboard_url}]{deployment.dashboard_url}[/link]"
385+
f"🐔 Ready the chicken! Your app is ready at [link={deployment.url}]{deployment.url}[/link]"
386386
)
387387

388388
break

0 commit comments

Comments
 (0)