rename chat.heizhaus.org to matrix

This commit is contained in:
2e20 2024-10-07 06:47:10 +02:00
parent 84d61d1f8e
commit 170b6a6c3d
2 changed files with 2 additions and 2 deletions

View file

@ -51,7 +51,7 @@ if host.name == "common":
if host.name == "baixun.0x90.space":
local.include("roles/baixun/deploy.py")
if host.name == "chat.heizhaus.org":
if host.name == "matrix":
local.include("roles/matrix-synapse/deploy.py")
if host.name == "www":

View file

@ -3,6 +3,6 @@ targets = [
("ararat.0x90.space", dict(ssh_port=42022)),
("common", dict(ssh_port=22, ssh_allow_agent=True, ssh_key="~/.ssh/0x90/id_ed25519")),
("baixun.0x90.space", dict(ssh_port=42023)),
("chat.heizhaus.org", dict(ssh_port=22, ssh_allow_agent=True, ssh_key="~/.ssh/0x90/id_ed25519")),
("matrix", dict(ssh_port=22, ssh_allow_agent=True, ssh_key="~/.ssh/0x90/id_ed25519")),
("www", dict(ssh_port=22, ssh_allow_agent=True, ssh_key="~/.ssh/0x90/id_ed25519")),
]