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

This commit is contained in:
missytake
2024-05-18 21:27:04 +02:00
parent cb7de8019b
commit 127d9d6460

View File

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