ci: deploy with ssh_host=localhost on staging-ipv4

This commit is contained in:
missytake
2026-02-17 20:53:12 +01:00
parent e024d837dc
commit fcdef806d7
3 changed files with 22 additions and 12 deletions

View File

@@ -54,8 +54,8 @@ def maildomain(chatmail_config):
@pytest.fixture(scope="session")
def sshdomain(maildomain):
return os.environ.get("CHATMAIL_SSH", maildomain)
def sshdomain(chatmail_config):
return os.environ.get("CHATMAIL_SSH", chatmail_config.ssh_host)
@pytest.fixture