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 493a69e40..fce1a66df 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
@@ -45,16 +45,9 @@ defmodule LivebookWeb.Hub.Teams.DeploymentGroupAgentComponent do
App server setup
-
- App server is an instance of Livebook where you can deploy Livebook
- apps via Livebook Teams. Each app server belongs to a specific
- deployment group.
-
-
-
- Use the instructions below to set up an instance in your own infrastructure.
- Once the instance is running, it will connect to Livebook Teams and become
- available for app deployments.
+
+ App servers are instances of Livebook running inside your infrastructure
+ that you deploy your apps to. Follow the instructions below to start new instances.
@@ -63,8 +56,17 @@ defmodule LivebookWeb.Hub.Teams.DeploymentGroupAgentComponent do
@@ -117,7 +111,7 @@ defmodule LivebookWeb.Hub.Teams.DeploymentGroupAgentComponent do
<:tab id="fly_io" label="Fly.io">
- Deploy an app server to Fly.io with a few simple commands.
+ Deploy an app server to Fly.io with a few commands.
diff --git a/lib/livebook_web/live/session_live/app_teams_live.ex b/lib/livebook_web/live/session_live/app_teams_live.ex
index 5320b386c..b4f7a7b0b 100644
--- a/lib/livebook_web/live/session_live/app_teams_live.ex
+++ b/lib/livebook_web/live/session_live/app_teams_live.ex
@@ -152,8 +152,8 @@ defmodule LivebookWeb.SessionLive.AppTeamsLive do
<% else %>
<.message_box kind={:info}>
- Awaiting an app server to be set up. If you deploy the app,
- it will only start once there is an app server to run it.
+ Awaiting an app server to be set up. If you click "Deploy anyway",
+ the app will only start once there is an app server.
<% end %>
@@ -180,15 +180,14 @@ defmodule LivebookWeb.SessionLive.AppTeamsLive do
~H"""
- Deploy this app to your cloud infrastructure. The app will be pushed to the Livebook
- Teams app servers associated with the deployment group that you choose.
+ Deploy this app to your cloud infrastructure using the <.workspace hub={@hub} /> workspace.
<%= if @deployment_group do %>
- Using deployment group in <.workspace hub={@hub} /> workspace:
+ Deploying to:
<.message_box :if={@num_agents[@deployment_group.id] == nil} kind={:warning}>
- The selected deployment group has no app servers. If you deploy the app,
- it will only start once there is an app server to run it.
+ The selected deployment group has no app servers. If you click "Deploy anyway",
+ the app will only start once there is an app server.
<%= if @num_agents[@deployment_group.id] do %>
@@ -243,7 +242,7 @@ defmodule LivebookWeb.SessionLive.AppTeamsLive do
- Online deployment groups in <.workspace hub={@hub} /> workspace:
+ Choose a deployment group:
<.deployment_group_entry
@@ -341,6 +340,9 @@ defmodule LivebookWeb.SessionLive.AppTeamsLive do
defp app_deployment_card(assigns) do
~H"""