mirror of
https://github.com/chatmail/relay.git
synced 2026-05-10 16:04:37 +00:00
4 lines
145 B
Bash
Executable File
4 lines
145 B
Bash
Executable File
#!/usr/bin/env bash
|
|
export CHATMAIL_DOMAIN="${1:-c1.testrun.org}"
|
|
chatmail-pyinfra/venv/bin/pyinfra --ssh-user root "$CHATMAIL_DOMAIN" deploy.py
|