forked from missytake/team-bot
pyinfra: git pull --rebase
This commit is contained in:
parent
91205e7162
commit
b50f6c9cbf
|
@ -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,
|
||||||
)
|
)
|
||||||
|
|
Loading…
Reference in a new issue