fix
All checks were successful
Deploy Dev / Build (pull_request) Successful in 5s
Deploy Dev / Push (pull_request) Successful in 10s
Deploy Dev / Deploy dev (pull_request) Successful in 10s

This commit is contained in:
Egor Matveev 2025-06-08 11:49:18 +03:00
parent 9b89423d95
commit fa0fc6f3bc

View File

@ -89,8 +89,7 @@ while True:
print(container_id_run.code, container_id_run.out, container_id_run.err)
restart = call(f"docker exec {container_id_run} python3 prepare.py")
restart2 = call(f"docker exec {container_id_run} nginx -s reload")
print(restart.out, restart.err, restart2.out, restart2.err)
restart = call(f"docker exec {container_id_run} ./refre.sh")
print(restart.code, restart.out, restart.err)
time.sleep(30)