README: add --ssh-user root

This commit is contained in:
link2xt
2023-10-13 14:06:30 +00:00
parent 8086e2ee2f
commit 9da375cf5c

View File

@@ -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
```