Revert "CI: disable requesting new certs for staging.testrun.org"

This reverts commit 127d9d6460.
This commit is contained in:
Christian Hagenest
2024-05-28 00:14:09 +02:00
committed by missytake
parent dbe906a331
commit f7ef236ac8

View File

@@ -69,7 +69,6 @@ def deploy_acmetool(email="", domains=[]):
restarted=service_file.changed, restarted=service_file.changed,
) )
if str(host) != "staging.testrun.org":
server.shell( server.shell(
name=f"Request certificate for: { ', '.join(domains) }", name=f"Request certificate for: { ', '.join(domains) }",
commands=[f"acmetool want --xlog.severity=debug { ' '.join(domains)}"], commands=[f"acmetool want --xlog.severity=debug { ' '.join(domains)}"],