1
0

Update supporting-services/supporting-services.toml

This commit is contained in:
2026-05-30 21:39:52 +00:00
parent 30c36af34a
commit c755faa010
+2 -4
View File
@@ -11,8 +11,6 @@ additional_env_files = [
{path = ".env", track = true},
{path = "/var/docker/.ansible-generated.env", track = false}
]
pre_deploy.command = """
source ${HOME}/.bashrc
sops decrypt -i ${PWD}/.env
"""
compose_cmd_wrapper = "sops exec-env .env '[[COMPOSE_COMMAND]]'"
compose_cmd_wrapper_include = ["up", "run", "config", "build", "pull"]
linked_repo = "mrmeeb-labs/supporting-services"