create build venv in chatmaild/venv

This commit is contained in:
holger krekel
2023-10-17 00:33:07 +02:00
parent 6fa5ec86f0
commit 141bfbf2ea
3 changed files with 5 additions and 9 deletions

View File

@@ -2,7 +2,7 @@
: ${CHATMAIL_DOMAIN:=c1.testrun.org}
export CHATMAIL_DOMAIN
venv/bin/python3 -m build -n --sdist chatmaild --outdir dist
chatmaild/venv/bin/python3 -m build -n --sdist chatmaild --outdir dist
deploy-chatmail/venv/bin/pyinfra --ssh-user root "$CHATMAIL_DOMAIN" \
deploy-chatmail/src/deploy_chatmail/deploy.py