draft init flow

This commit is contained in:
holger krekel
2023-12-09 02:07:09 +01:00
parent a4e48c9919
commit b71e24d6a1
6 changed files with 44 additions and 32 deletions

View File

@@ -4,5 +4,6 @@ echo -----------------------------------------
echo deploying to $CHATMAIL_DOMAIN
echo -----------------------------------------
venv/bin/pyinfra --ssh-user root "$CHATMAIL_DOMAIN" \
deploy-chatmail/src/deploy_chatmail/deploy.py
deploy-chatmail/src/deploy_chatmail/deploy.py run chatmail.ini

View File

@@ -6,3 +6,4 @@ pip=venv/bin/pip
$pip install pyinfra pytest build 'setuptools>=68' tox
$pip install -e deploy-chatmail
$pip install -e chatmaild
venv/bin/deploy-chatmail init $*