deployment fixes
This commit is contained in:
@@ -52,6 +52,8 @@ def describe_settings(settings: object) -> dict[str, str]:
|
||||
"ssh_host": getattr(settings, "ssh_host", "") or "<unset>",
|
||||
"ssh_username": getattr(settings, "ssh_username", "") or "<unset>",
|
||||
"ssh_port": str(getattr(settings, "ssh_port", 22) or 22),
|
||||
"ssh_key_directory": getattr(settings, "ssh_key_directory", "") or "<unset>",
|
||||
"ssh_key_name": getattr(settings, "ssh_key_name", "") or "<unset>",
|
||||
"ssh_key_filename": "set" if getattr(settings, "ssh_key_filename", "") else "missing",
|
||||
"ssh_password": "set" if getattr(settings, "ssh_password", "") else "missing",
|
||||
"smtp_host": _sanitize_url(getattr(settings, "smtp_host", "")),
|
||||
|
||||
Reference in New Issue
Block a user