mirror of
https://github.com/chatmail/relay.git
synced 2026-05-11 16:34:39 +00:00
Add filtermail
This commit is contained in:
@@ -1,7 +1,16 @@
|
||||
#!/usr/bin/env bash
|
||||
: ${CHATMAIL_DOMAIN:=c1.testrun.org}
|
||||
export CHATMAIL_DOMAIN
|
||||
cd doveauth
|
||||
|
||||
pushd doveauth
|
||||
venv/bin/python3 -m build
|
||||
../chatmail-pyinfra/venv/bin/pyinfra --ssh-user root "$CHATMAIL_DOMAIN" ../deploy.py
|
||||
rm -r dist/
|
||||
popd
|
||||
|
||||
pushd filtermail
|
||||
venv/bin/python3 -m build
|
||||
popd
|
||||
|
||||
chatmail-pyinfra/venv/bin/pyinfra --ssh-user root "$CHATMAIL_DOMAIN" deploy.py
|
||||
|
||||
#rm -r doveauth/dist/
|
||||
#rm -r filtermail/dist/
|
||||
|
||||
Reference in New Issue
Block a user