mirror of
https://github.com/chatmail/relay.git
synced 2026-05-19 20:38:05 +00:00
CI: disable requesting new certs for staging.testrun.org
This commit is contained in:
@@ -69,6 +69,7 @@ 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)}"],
|
||||||
|
|||||||
Reference in New Issue
Block a user