diff --git a/apps/devops/app/routes/deployment/service.py b/apps/devops/app/routes/deployment/service.py index d2c2e0c..28769fe 100644 --- a/apps/devops/app/routes/deployment/service.py +++ b/apps/devops/app/routes/deployment/service.py @@ -180,7 +180,7 @@ class DeploymentService: causes=deployment.deployment_reason, target_env=deployment.deployment_target_env, ttl_control=True, - ttl=deployment.deployment_ttl_hours * 60, + ttl=deployment.deployment_ttl_hours * 60 * 60, commit_sha256=deployment.deployment_git_sha256, ) # send request to reoncile service