deploy as root
This commit is contained in:
parent
7af4c0d510
commit
4c4c24f2cd
1 changed files with 1 additions and 1 deletions
2
tasks.py
2
tasks.py
|
@ -137,7 +137,7 @@ def get_hosts(hosts: str) -> List[DeployHost]:
|
|||
if hosts == "":
|
||||
return [DeployHost(f"build{n + 1:02d}.nix-community.org", user="root") for n in range(4)]
|
||||
|
||||
return [DeployHost(f"{h}.nix-community.org") for h in hosts.split(",")]
|
||||
return [DeployHost(f"{h}.nix-community.org", user="root") for h in hosts.split(",")]
|
||||
|
||||
|
||||
@task
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue