mirror of
https://github.com/featurebasedb/featurebase.git
synced 2026-09-07 00:55:55 +00:00
fixed variable name
This commit is contained in:
parent
4f964aeef4
commit
642d4fcb86
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 "$SSH_PRIVATE_KEY")
|
||||
- ssh-add <(echo "$AWS_SSH_PRIVATE_KEY")
|
||||
- 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