From b50f6c9cbf313414d6d883b7f7926dd15e8132d9 Mon Sep 17 00:00:00 2001 From: missytake Date: Mon, 9 Oct 2023 09:40:01 +0200 Subject: [PATCH] pyinfra: git pull --rebase --- src/teams_bot/pyinfra.py | 1 + 1 file changed, 1 insertion(+) diff --git a/src/teams_bot/pyinfra.py b/src/teams_bot/pyinfra.py index 1410b08..bc040bf 100644 --- a/src/teams_bot/pyinfra.py +++ b/src/teams_bot/pyinfra.py @@ -21,6 +21,7 @@ def deploy_teams_bot( name="Pull the teams-bot repository", src="https://git.0x90.space/missytake/teams-bot", dest=f"/home/{unix_user}/teams-bot", + rebase=True, _su_user=unix_user, _use_su_login=True, )