mirror of
https://github.com/chatmail/relay.git
synced 2026-05-21 05:18:04 +00:00
create venv in chatmail-pyinfra
This commit is contained in:
@@ -1,3 +1,3 @@
|
|||||||
#!/usr/bin/env bash
|
#!/usr/bin/env bash
|
||||||
export CHATMAIL_DOMAIN="${1:-c1.testrun.org}"
|
export CHATMAIL_DOMAIN="${1:-c1.testrun.org}"
|
||||||
venv/bin/pyinfra --ssh-user root "$CHATMAIL_DOMAIN" deploy.py
|
chatmail-pyinfra/venv/bin/pyinfra --ssh-user root "$CHATMAIL_DOMAIN" deploy.py
|
||||||
|
|||||||
@@ -1,4 +1,4 @@
|
|||||||
#!/bin/sh
|
#!/bin/sh
|
||||||
python3 -m venv venv
|
python3 -m venv chatmail-pyinfra/venv
|
||||||
venv/bin/pip install pyinfra
|
chatmail-pyinfra/venv/bin/pip install pyinfra
|
||||||
venv/bin/pip install -e chatmail-pyinfra
|
chatmail-pyinfra/venv/bin/pip install -e chatmail-pyinfra
|
||||||
|
|||||||
Reference in New Issue
Block a user