diff --git a/cmdeploy/src/cmdeploy/acmetool/__init__.py b/cmdeploy/src/cmdeploy/acmetool/__init__.py index 48f8e095..4e47d46e 100644 --- a/cmdeploy/src/cmdeploy/acmetool/__init__.py +++ b/cmdeploy/src/cmdeploy/acmetool/__init__.py @@ -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)}"], + )