[mod] tools:deploy

This commit is contained in:
Christian Fraß 2023-07-27 18:25:04 +02:00
parent 4cefa83253
commit deaaa7bcff

View file

@ -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