mirror of
https://github.com/chatmail/relay.git
synced 2026-05-10 16:04:37 +00:00
6 lines
98 B
Python
6 lines
98 B
Python
import os
|
|
from pyinfra import host, facts
|
|
from chatmail import deploy_chatmail
|
|
|
|
deploy_chatmail()
|