pyinfra-deploy #7

Merged
missytake merged 10 commits from pyinfra-deploy into main 2023-10-09 06:10:40 +00:00
Showing only changes of commit 47a48137d0 - Show all commits

View file

@ -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(