forked from blasthavers/blastmud
Display length of deploy key.
This commit is contained in:
parent
078f1818b0
commit
0d5560a659
@ -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/
|
||||
|
Loading…
Reference in New Issue
Block a user