mirror of
https://github.com/chatmail/relay.git
synced 2026-05-11 16:34:39 +00:00
11 lines
290 B
Bash
Executable File
11 lines
290 B
Bash
Executable File
#!/usr/bin/env bash
|
|
: ${CHATMAIL_DOMAIN:=c1.testrun.org}
|
|
export CHATMAIL_DOMAIN
|
|
|
|
venv/bin/python3 -m build --sdist doveauth --outdir dist
|
|
venv/bin/python3 -m build --sdist filtermail --outdir dist
|
|
|
|
chatmail-pyinfra/venv/bin/pyinfra --ssh-user root "$CHATMAIL_DOMAIN" deploy.py
|
|
|
|
rm -r dist/
|