mirror of
https://github.com/chatmail/relay.git
synced 2026-05-10 16:04:37 +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/
|
||||
|
||||
@@ -10,3 +10,7 @@ doveauth/venv/bin/pip install -e doveauth
|
||||
|
||||
python3 -m venv online-tests/venv
|
||||
online-tests/venv/bin/pip install pytest pytest-timeout pdbpp deltachat
|
||||
|
||||
python3 -m venv filtermail/venv
|
||||
filtermail/venv/bin/pip install build
|
||||
filtermail/venv/bin/pip install -e filtermail
|
||||
|
||||
Reference in New Issue
Block a user