Begining of a RON API to edit profile

This commit is contained in:
Greg Burri 2024-11-14 01:59:40 +01:00
parent 37f6de7a89
commit 405aa68526
11 changed files with 229 additions and 68 deletions

View file

@ -17,6 +17,7 @@ def main [host: string, destination: string, ssh_key: path] {
scp ...$args
}
cargo test
cargo build --target $target --release
invoke_ssh [sudo systemctl stop recipes]
copy_ssh ./target/($target)/release/recipes $destination