pyinfra: git pull --rebase

This commit is contained in:
missytake 2023-10-09 09:40:01 +02:00
parent 91205e7162
commit b50f6c9cbf

View file

@ -21,6 +21,7 @@ def deploy_teams_bot(
name="Pull the teams-bot repository", name="Pull the teams-bot repository",
src="https://git.0x90.space/missytake/teams-bot", src="https://git.0x90.space/missytake/teams-bot",
dest=f"/home/{unix_user}/teams-bot", dest=f"/home/{unix_user}/teams-bot",
rebase=True,
_su_user=unix_user, _su_user=unix_user,
_use_su_login=True, _use_su_login=True,
) )