Use long names in release distribution

This commit is contained in:
Logan Hunt 2023-01-31 19:29:36 -07:00
parent f141a7bea9
commit d5cb570e2a
No known key found for this signature in database
GPG Key ID: 8AC6A4B840C0EC49

View File

@ -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