rename chat.heizhaus.org to matrix
This commit is contained in:
parent
84d61d1f8e
commit
170b6a6c3d
|
@ -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":
|
||||
|
|
|
@ -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")),
|
||||
]
|
||||
|
|
Loading…
Reference in a new issue