diff options
author | Simponic <elizabeth.hunt@simponic.xyz> | 2023-01-31 21:21:45 -0700 |
---|---|---|
committer | Simponic <elizabeth.hunt@simponic.xyz> | 2023-01-31 21:21:45 -0700 |
commit | bd49a76dc3a26570fea6722f7ee94688420dc9b4 (patch) | |
tree | d3295a877a30f0d03a2668411c4686322a5b006f /buildscripts/build/build.sh | |
parent | 800d479863af3e0548bb5c77d229aa1b9a2c143f (diff) | |
download | chessh-bd49a76dc3a26570fea6722f7ee94688420dc9b4.tar.gz chessh-bd49a76dc3a26570fea6722f7ee94688420dc9b4.zip |
Set cookie, remove unnecessary expose's
Diffstat (limited to 'buildscripts/build/build.sh')
-rwxr-xr-x | buildscripts/build/build.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/buildscripts/build/build.sh b/buildscripts/build/build.sh index 107de30..482a577 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}\nRELEASE_DISTRIBUTION=name\n" >> $temp_file + printf "\nNODE_ID=$node_conn\nRELEASE_NODE=chessh@192.168.100.${node_id}\nRELEASE_DISTRIBUTION=name\nRELEASE_COOKIE=chessh\n" >> $temp_file scp $ssh_opts $temp_file $node_conn:~/.env cp "${build_dir}/chessh.service" $temp_file |