diff options
author | Logan Hunt <logan.hunt@usu.edu> | 2023-01-31 19:29:36 -0700 |
---|---|---|
committer | Logan Hunt <logan.hunt@usu.edu> | 2023-01-31 19:30:27 -0700 |
commit | d5cb570e2af78f4be9b2f63448e23df5a4f2b03d (patch) | |
tree | 212a71c88acca5319def7afe696521e199efa3d2 /buildscripts/build/build.sh | |
parent | f141a7bea98e40a6159701978c1bd92ea993a281 (diff) | |
download | chessh-d5cb570e2af78f4be9b2f63448e23df5a4f2b03d.tar.gz chessh-d5cb570e2af78f4be9b2f63448e23df5a4f2b03d.zip |
Use long names in release distribution
Diffstat (limited to 'buildscripts/build/build.sh')
-rwxr-xr-x | buildscripts/build/build.sh | 4 |
1 files 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 |