mirror of
https://github.com/featurebasedb/featurebase.git
synced 2026-09-07 17:15:56 +00:00
reverted to last working version
This commit is contained in:
parent
7a5ba0e5d6
commit
590e5edc57
1 changed files with 1 additions and 1 deletions
|
|
@ -197,8 +197,8 @@ deploy node for linux arm64:
|
|||
- echo $AWS_SSH_PRIVATE_KEY > gitlab-featurebase-dev
|
||||
- 'which ssh-agent || ( apt-get update -y && apt-get install openssh-client -y )'
|
||||
- eval `ssh-agent -s`
|
||||
- echo gitlab-featurebase-dev | tr -d '\r' | ssh-add -
|
||||
- mkdir -p ~/.ssh
|
||||
- chmod 700 /root/.ssh
|
||||
- '[[ -f /.dockerenv ]] && echo -e "Host *\n\tStrictHostKeyChecking no\n\n" > ~/.ssh/config'
|
||||
script:
|
||||
- AMI=$(aws ssm get-parameters --names /aws/service/ami-amazon-linux-latest/amzn2-ami-hvm-x86_64-ebs --query 'Parameters[0].[Value]' --output text --profile $PROFILE)
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue