fix
All checks were successful
Deploy Dev / Build (pull_request) Successful in 18s
Deploy Dev / Push (pull_request) Successful in 8s
Deploy Dev / Deploy dev (pull_request) Successful in 7s

This commit is contained in:
Egor Matveev 2025-06-01 19:44:31 +03:00
parent 510bf7f2e6
commit 096506b9dd

View File

@ -34,6 +34,7 @@ def update_host(host: str) -> bool:
if not container_name:
print("Not correct node")
return False
print(f"Container name: {container_name}")
gen_cert = call(f"docker exec -it {container_name} certbot --nginx --email emmtvv@gmail.com --agree-tos -d \"{host}\"")
if gen_cert.code != 0: