From 0d5560a6591b3f32b6e419acb657fabf457eb1ea Mon Sep 17 00:00:00 2001 From: Condorra Date: Mon, 13 Feb 2023 20:49:35 +1100 Subject: [PATCH] Display length of deploy key. --- .ci/deploy | 1 + 1 file changed, 1 insertion(+) diff --git a/.ci/deploy b/.ci/deploy index e8db1d37..98fc10e4 100755 --- a/.ci/deploy +++ b/.ci/deploy @@ -13,6 +13,7 @@ chmod 0600 ~/.ssh/known_hosts 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/