Deployment and lifecycle management for Nix
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

web: agent show should deploy button should force

+1 -1
+1 -1
apps/sower/lib/sower_web/live/agent_live/show.ex
··· 94 94 sub -> 95 95 socket = assign(socket, deploying_sub: sub_sid, deploy_error: nil) 96 96 97 - case Orchestration.deploy_subscription(sub) do 97 + case Orchestration.deploy_subscription(sub, force: true) do 98 98 {:ok, _request_id} -> 99 99 {:noreply, socket} 100 100