mirror of
https://github.com/chatmail/relay.git
synced 2026-05-10 16:04:37 +00:00
draft init flow
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -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 $*
|
||||
|
||||
Reference in New Issue
Block a user