api: rename 'run_machine_deploy' into 'run_machine_update'

This commit is contained in:
Johannes Kirschbauer
2025-07-08 17:14:47 +02:00
parent dbafd01482
commit 4beff2e023
4 changed files with 38 additions and 38 deletions

View File

@@ -103,7 +103,7 @@ def upload_sources(machine: Machine, ssh: Remote) -> str:
@API.register
def run_machine_deploy(
def run_machine_update(
machine: Machine, target_host: Remote, build_host: Remote | None
) -> None:
"""Update an existing machine using nixos-rebuild or darwin-rebuild.