fixed variable name

This commit is contained in:
Souhaila Noor 2021-11-05 13:27:03 -05:00
parent 4f964aeef4
commit 642d4fcb86

View file

@ -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