deploy: Create host keys
All checks were successful
build static site / build (push) Successful in 30s
All checks were successful
build static site / build (push) Successful in 30s
Signed-off-by: Vitaliy Potyarkin <v.potyarkin@yadro.com>
This commit is contained in:
parent
f5224aa320
commit
1739d59c32
1 changed files with 1 additions and 0 deletions
|
@ -43,6 +43,7 @@ jobs:
|
||||||
umask 0077
|
umask 0077
|
||||||
mkdir -p ~/.ssh/
|
mkdir -p ~/.ssh/
|
||||||
ssh-keyscan frostfs.info >> ~/.ssh/known_hosts
|
ssh-keyscan frostfs.info >> ~/.ssh/known_hosts
|
||||||
|
ssh-keygen -A # create host keys
|
||||||
ssh-agent -a "$SSH_AUTH_SOCK"
|
ssh-agent -a "$SSH_AUTH_SOCK"
|
||||||
echo "${{ secrets.SSH_DEPLOY_KEY }}" > ~/.ssh/key
|
echo "${{ secrets.SSH_DEPLOY_KEY }}" > ~/.ssh/key
|
||||||
stat ~/.ssh/key
|
stat ~/.ssh/key
|
||||||
|
|
Loading…
Reference in a new issue