From 9da375cf5c39e60a4fbbbc977abd0c9c371b350f Mon Sep 17 00:00:00 2001 From: link2xt Date: Fri, 13 Oct 2023 14:06:30 +0000 Subject: [PATCH] README: add `--ssh-user root` --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index e5c93e78..3278c200 100644 --- a/README.md +++ b/README.md @@ -16,5 +16,5 @@ For DKIM you must add a DNS entry as in /etc/opendkim/selector.txt (where select ## Run with pyinfra ``` -CHATMAIL_DOMAIN=c1.testrun.org pyinfra c1.testrun.org deploy.py +CHATMAIL_DOMAIN=c1.testrun.org pyinfra --ssh-user root c1.testrun.org deploy.py ```