From cc4490db49b90e897e73ea2a977cd7ba9d5ffe37 Mon Sep 17 00:00:00 2001 From: missytake Date: Sun, 8 Oct 2023 13:46:26 +0200 Subject: [PATCH] pyinfra: dbdir needs to be specified differently --- src/teams_bot/pyinfra.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/teams_bot/pyinfra.py b/src/teams_bot/pyinfra.py index 78f6b69..d926520 100644 --- a/src/teams_bot/pyinfra.py +++ b/src/teams_bot/pyinfra.py @@ -43,7 +43,8 @@ def deploy_teams_bot(unix_user: str, bot_email: str, bot_passwd: str, dbdir: str secrets = [ f"TEAMS_INIT_EMAIL={bot_email}", f"TEAMS_INIT_PASSWORD={bot_passwd}", - f'TEAMS_DBDIR={dbdir}', + f'TEAMS_INIT_DBDIR={dbdir}', + f'TEAMS_RUN_DBDIR={dbdir}', ] env = "\n".join(secrets) files.put(