Skip to content

Commit

Permalink
Fix dummy.
Browse files Browse the repository at this point in the history
Signed-off-by: Edmondfrank <[email protected]>
  • Loading branch information
EdmondFrank committed Dec 5, 2024
1 parent 81445b0 commit 029ca56
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions config/config.exs
Original file line number Diff line number Diff line change
Expand Up @@ -55,11 +55,11 @@ config :compass_admin, :configurations, %{
}

config :compass_admin, CompassAdmin.Agents.FrontendAgent,
input: [""],
input: ["\n"],
execute: "pyinfra prod-nodes.py prod-frontend-deploy.py"

config :compass_admin, CompassAdmin.Agents.BackendAgent,
input: [""],
input: ["\n"],
execute: "pyinfra prod-nodes.py prod-backend-deploy.py"

config :compass_admin, CompassAdmin.Agents.GatewayAgent,
Expand Down

0 comments on commit 029ca56

Please sign in to comment.