From d5cb570e2af78f4be9b2f63448e23df5a4f2b03d Mon Sep 17 00:00:00 2001 From: Logan Hunt Date: Tue, 31 Jan 2023 19:29:36 -0700 Subject: [PATCH] Use long names in release distribution --- buildscripts/build/build.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buildscripts/build/build.sh b/buildscripts/build/build.sh index e41730d..107de30 100755 --- a/buildscripts/build/build.sh +++ b/buildscripts/build/build.sh @@ -151,7 +151,7 @@ function build_server() { temp_file=$(mktemp) cp "${build_dir}/.env" $temp_file - printf "\nNODE_ID=$node_conn\nRELEASE_NODE=chessh@192.168.100.${node_id}\n" >> $temp_file + printf "\nNODE_ID=$node_conn\nRELEASE_NODE=chessh@192.168.100.${node_id}\nRELEASE_DISTRIBUTION=name\n" >> $temp_file scp $ssh_opts $temp_file $node_conn:~/.env cp "${build_dir}/chessh.service" $temp_file @@ -177,4 +177,4 @@ function build_server_nodes() { reload_loadbalancer_conf build_server_nodes -#build_frontend_nodes +build_frontend_nodes