diff --git a/lib/livebook_web/live/hub/teams/deployment_group_agent_component.ex b/lib/livebook_web/live/hub/teams/deployment_group_agent_component.ex index e37db9cb2..916bb3213 100644 --- a/lib/livebook_web/live/hub/teams/deployment_group_agent_component.ex +++ b/lib/livebook_web/live/hub/teams/deployment_group_agent_component.ex @@ -107,13 +107,24 @@ defmodule LivebookWeb.Hub.Teams.DeploymentGroupAgentComponent do <:tab id="fly_io" label="Fly.io">
- Deploy an app server to Fly.io with a few commands. + Deploy an app server to Fly.io with a few commands. Let's first configure the application resources:
<.code_preview_with_title_and_copy title="CLI" - source_id="agent-fly-source" - source={@instructions.fly_instructions} + source_id="agent-fly-source-1" + source={@instructions.fly_instructions.step_one} + language="shell" + /> + ++ Now let's set secrets and deploy it: +
+ + <.code_preview_with_title_and_copy + title="CLI" + source_id="agent-fly-source-2" + source={@instructions.fly_instructions.step_two} language="shell" />