move venv to shared (#1291)
This commit is contained in:
+3
-4
@@ -6,10 +6,9 @@
|
||||
|
||||
const DEPLOY_PATH = __dirname;
|
||||
|
||||
// Reuse SREBOT's venv by default — both bots share BOTS/SHARED and most
|
||||
// runtime deps (discord.py, dotenv, …). Split into TSSBOT/.venv once the
|
||||
// dep sets diverge meaningfully.
|
||||
const PY_INTERPRETER = `${DEPLOY_PATH}/../SREBOT/.venv/bin/python`;
|
||||
// Both bots share one venv at BOTS/SHARED/.venv, built from
|
||||
// SHARED/requirements.txt (both bots also share BOTS/SHARED for code).
|
||||
const PY_INTERPRETER = `${DEPLOY_PATH}/../SHARED/.venv/bin/python`;
|
||||
|
||||
module.exports = {
|
||||
apps: [
|
||||
|
||||
Reference in New Issue
Block a user