updated permissions for ssh key

This commit is contained in:
Souhaila Noor 2021-11-07 09:17:02 -06:00
parent dfc98e3000
commit f0b2e6beea

View file

@ -195,6 +195,7 @@ deploy node for linux amd64:
- aws configure set region "us-east-2"
- aws configure set aws_profile $PROFILE
- echo $AWS_SSH_PRIVATE_KEY > gitlab-featurebase-dev
- chmod 400 gitlab-featurebase-dev
- 'which ssh-agent || ( apt-get update -y && apt-get install openssh-client -y )'
- eval `ssh-agent -s`
- mkdir -p ~/.ssh