Skip to content

Commit

Permalink
fix deployment link (#26)
Browse files Browse the repository at this point in the history
  • Loading branch information
jakekaplan authored Feb 11, 2025
1 parent 57d26c0 commit de88945
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/prefect_cloud/cli.py
Original file line number Diff line number Diff line change
Expand Up @@ -309,7 +309,7 @@ async def deploy(

progress.update(task, completed=True, description="Code deployed!")

deployment_url = f"{api_url}/deployments/{deployment_id}"
deployment_url = f"{ui_url}/deployments/deployment/{deployment_id}"
app.console.print(
f"[blue]View deployment here: "
f"\n ➜[/blue] [bold][link={deployment_url}]{deployment_name}[/link][/bold]",
Expand Down

0 comments on commit de88945

Please sign in to comment.