From deaaa7bcffb11439cc072222b9ddff48450fcbb0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Christian=20Fra=C3=9F?= Date: Thu, 27 Jul 2023 18:25:04 +0200 Subject: [PATCH] [mod] tools:deploy --- tools/deploy | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/tools/deploy b/tools/deploy index 4a6baac..9012bb4 100755 --- a/tools/deploy +++ b/tools/deploy @@ -7,5 +7,11 @@ if [ $# -ge 1 ] ; then target_ssh_handle=$1 && shift ; else target_ssh_handle="g ## exec -scp build/heimdall ${target_ssh_handle}:/opt/heimdall/heimdall +rsync \ + --rsh=ssh \ + --recursive \ + --update \ + --delete \ + build/ \ + ${target_ssh_handle}:/opt/heimdall