hide stdout
All checks were successful
Deploy Containers / Prepare (push) Successful in 3s

This commit is contained in:
2025-08-01 11:45:39 -04:00
parent 06d041423c
commit 23e47ee612

View File

@@ -23,7 +23,7 @@ def run_deployment(tag = None):
command = construct_ansible_command(tag=tag)
print("Reloading Caddyfile..")
subprocess.run(construct_ansible_command(tag="caddyfile_deploy"), shell=True)
subprocess.run(construct_ansible_command(tag="caddyfile_deploy"), shell=True, stdout=subprocess.PIPE)
subprocess.run("docker exec -w /etc/caddy caddy caddy reload", shell=True)
print(f"Running deployment for {tag}..")