[mod] tools:deploy
This commit is contained in:
parent
4cefa83253
commit
deaaa7bcff
|
|
@ -7,5 +7,11 @@ if [ $# -ge 1 ] ; then target_ssh_handle=$1 && shift ; else target_ssh_handle="g
|
||||||
|
|
||||||
## exec
|
## exec
|
||||||
|
|
||||||
scp build/heimdall ${target_ssh_handle}:/opt/heimdall/heimdall
|
rsync \
|
||||||
|
--rsh=ssh \
|
||||||
|
--recursive \
|
||||||
|
--update \
|
||||||
|
--delete \
|
||||||
|
build/ \
|
||||||
|
${target_ssh_handle}:/opt/heimdall
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue