X-Git-Url: http://git.euphorik.ch/?a=blobdiff_plain;f=deploy.nu;h=db0e16b6a42b8d61fe8b2861e8c7e8abded8e1be;hb=c01bb7cc2e3f48ed1faf5e699726b10963b819c2;hp=69450670e46cd65f84e5ae9f4f4cc08cb4978e14;hpb=ae75a0e819ce1f12250c437469849f30a0473fc0;p=stakingWatchdog.git diff --git a/deploy.nu b/deploy.nu index 6945067..db0e16b 100644 --- a/deploy.nu +++ b/deploy.nu @@ -6,7 +6,7 @@ def main [host: string, destination: string, ssh_key: path] { let scp_args = [-r -i $ssh_key] let target = "x86_64-unknown-linux-gnu" let app_name = "staking_watchdog" - let build = "debug" # "debug" or "release". + let build = "release" # "debug" or "release". def invoke_ssh [command: string] { let args = $ssh_args ++ $command