Use long names in release distribution
This commit is contained in:
parent
f141a7bea9
commit
d5cb570e2a
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user