Skip to content

Commit

Permalink
Support gateway deployment online.
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 029ca56 commit f33af15
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions config/config.exs
Original file line number Diff line number Diff line change
Expand Up @@ -66,6 +66,10 @@ config :compass_admin, CompassAdmin.Agents.GatewayAgent,
input: ["\n"],
execute: "pyinfra prod-nodes.py prod-nginx-deploy.py"

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

config :compass_admin, CompassAdminWeb.ConfigurationLive,
execute:
"cd {config_dir} && git config user.name {username} && git config user.email {useremail} && git add {config_path} && git commit -m '{commit_message}' && git push"
Expand Down

0 comments on commit f33af15

Please sign in to comment.