mirror of
https://github.com/featurebasedb/featurebase.git
synced 2026-09-07 09:05:55 +00:00
ssh add command
This commit is contained in:
parent
642d4fcb86
commit
fae8d2d116
1 changed files with 1 additions and 1 deletions
|
|
@ -196,7 +196,7 @@ deploy node for linux arm64:
|
|||
- aws configure set aws_profile $PROFILE
|
||||
- 'which ssh-agent || ( apt-get update -y && apt-get install openssh-client -y )'
|
||||
- eval `ssh-agent -s`
|
||||
- ssh-add <(echo "$AWS_SSH_PRIVATE_KEY")
|
||||
- echo -n "$AWS_SSH_PRIVATE_KEY" | tr -d '\r' | ssh-add - > /dev/null
|
||||
- mkdir -p ~/.ssh
|
||||
- '[[ -f /.dockerenv ]] && echo -e "Host *\n\tStrictHostKeyChecking no\n\n" > ~/.ssh/config'
|
||||
- echo $AWS_SSH_PRIVATE_KEY > gitlab-featurebase-dev
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue