core/tools/deploy
2022-11-30 23:01:16 +01:00

12 lines
202 B
Bash
Executable file

#!/usr/bin/env sh
## args
if [ $# -ge 1 ] ; then target_ssh_handle=$1 && shift ; else target_ssh_handle="gs-monitoring" ; fi
## exec
scp build/heimdall ${target_ssh_handle}:/opt/heimdall/heimdall