Compare commits

..

3 Commits

Author SHA1 Message Date
holger krekel
a0c49d54bd follow link2xt advise and don't check subject/body at all -- turns out there were no tests anyway. 2023-10-22 14:52:54 +02:00
holger krekel
30dae0c09c passes the test 2023-10-22 14:48:54 +02:00
holger krekel
d94521e610 add a failing test for read receipts between two instances 2023-10-22 14:48:54 +02:00

View File

@@ -1,15 +1,10 @@
#!/usr/bin/env bash
: ${CHATMAIL_DOMAIN:=c1.testrun.org}
export CHATMAIL_DOMAIN
echo -----------------------------------------
echo deploying to $CHATMAIL_DOMAIN
echo -----------------------------------------
chatmaild/venv/bin/python3 -m build -n --sdist chatmaild --outdir dist
echo WARNING: in five seconds deploy to $CHATMAIL_DOMAIN starts
sleep 5
venv/bin/python3 -m build -n --sdist chatmaild --outdir dist
venv/bin/pyinfra --ssh-user root "$CHATMAIL_DOMAIN" \
deploy-chatmail/venv/bin/pyinfra --ssh-user root "$CHATMAIL_DOMAIN" \
deploy-chatmail/src/deploy_chatmail/deploy.py
rm -r dist/