mirror of
https://github.com/chatmail/relay.git
synced 2026-05-19 04:18:09 +00:00
CI: disable requesting new certs for staging.testrun.org
This commit is contained in:
@@ -69,7 +69,8 @@ def deploy_acmetool(email="", domains=[]):
|
|||||||
restarted=service_file.changed,
|
restarted=service_file.changed,
|
||||||
)
|
)
|
||||||
|
|
||||||
server.shell(
|
if str(host) != "staging.testrun.org":
|
||||||
name=f"Request certificate for: { ', '.join(domains) }",
|
server.shell(
|
||||||
commands=[f"acmetool want --xlog.severity=debug { ' '.join(domains)}"],
|
name=f"Request certificate for: { ', '.join(domains) }",
|
||||||
)
|
commands=[f"acmetool want --xlog.severity=debug { ' '.join(domains)}"],
|
||||||
|
)
|
||||||
|
|||||||
Reference in New Issue
Block a user