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