Fix echo with missing quotes
This commit is contained in:
parent
0d5560a659
commit
1cf79cfbd6
@ -11,9 +11,8 @@ cat >>~/.ssh/known_hosts <<END
|
|||||||
END
|
END
|
||||||
chmod 0600 ~/.ssh/known_hosts
|
chmod 0600 ~/.ssh/known_hosts
|
||||||
|
|
||||||
echo $DEPLOY_KEY >deploy-key
|
echo "$DEPLOY_KEY" >deploy-key
|
||||||
chmod 0600 ./deploy-key
|
chmod 0600 ./deploy-key
|
||||||
ls -l ./deploy-key
|
|
||||||
BUILDSTAMP=$(cat binaries/buildstamp)
|
BUILDSTAMP=$(cat binaries/buildstamp)
|
||||||
tar -cvJf binary-archive-$BUILDSTAMP.tar.xz -C binaries blastmud_game blastmud_listener
|
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/
|
scp -i deploy-key binary-archive-$BUILDSTAMP.tar.xz blast@$DEPLOY_HOST:/home/blast/archive/
|
||||||
|
Loading…
Reference in New Issue
Block a user