fix command
All checks were successful
Deploy Containers / Prepare (push) Successful in 3s

This commit is contained in:
2025-08-01 11:29:31 -04:00
parent 8ae14800d1
commit 3b00697bb9

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"))
subprocess.run(construct_ansible_command(tag="caddyfile_deploy"), shell=True)
subprocess.run("docker exec -w /etc/caddy caddy caddy reload", shell=True)
print(f"Running deployment for {tag}..")