From 1cf79cfbd650f0a044733a7acae39126b161f0f4 Mon Sep 17 00:00:00 2001 From: Condorra Date: Mon, 13 Feb 2023 21:07:47 +1100 Subject: [PATCH] Fix echo with missing quotes --- .ci/deploy | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.ci/deploy b/.ci/deploy index 98fc10e4..ff3e7202 100755 --- a/.ci/deploy +++ b/.ci/deploy @@ -11,9 +11,8 @@ cat >>~/.ssh/known_hosts <deploy-key +echo "$DEPLOY_KEY" >deploy-key chmod 0600 ./deploy-key -ls -l ./deploy-key BUILDSTAMP=$(cat binaries/buildstamp) tar -cvJf binary-archive-$BUILDSTAMP.tar.xz -C binaries blastmud_game blastmud_listener scp -i deploy-key binary-archive-$BUILDSTAMP.tar.xz blast@$DEPLOY_HOST:/home/blast/archive/