mirror of
https://github.com/ArcaneChat/server.git
synced 2026-07-03 14:05:37 +02:00
10 lines
234 B
Bash
Executable File
10 lines
234 B
Bash
Executable File
#!/usr/bin/env bash
|
|
: ${CHATMAIL_DOMAIN:=c1.testrun.org}
|
|
export CHATMAIL_DOMAIN
|
|
|
|
venv/bin/python3 -m build -n --sdist chatmaild --outdir dist
|
|
|
|
deploy-chatmail/venv/bin/pyinfra --ssh-user root "$CHATMAIL_DOMAIN" deploy.py
|
|
|
|
rm -r dist/
|