(MODE-11365) Added github ssh key to known hosts to pull terraform module for alb.
This commit is contained in:
parent
b655c9d4dc
commit
7323760507
1 changed files with 2 additions and 0 deletions
|
|
@ -100,6 +100,7 @@ jobs:
|
||||||
- run:
|
- run:
|
||||||
name: Deploy tileserver-alb to fra dev
|
name: Deploy tileserver-alb to fra dev
|
||||||
command: |
|
command: |
|
||||||
|
ssh-keyscan github.com >> ~/.ssh/known_hosts
|
||||||
cd /tmp/repo/artifact/deployment/eu-central-1/dev/tileserver-alb && \
|
cd /tmp/repo/artifact/deployment/eu-central-1/dev/tileserver-alb && \
|
||||||
terragrunt apply --terragrunt-non-interactive -auto-approve
|
terragrunt apply --terragrunt-non-interactive -auto-approve
|
||||||
- run:
|
- run:
|
||||||
|
|
@ -124,6 +125,7 @@ jobs:
|
||||||
- run:
|
- run:
|
||||||
name: Configure deployment
|
name: Configure deployment
|
||||||
command: |
|
command: |
|
||||||
|
ssh-keyscan github.com >> ~/.ssh/known_hosts
|
||||||
aws configure set aws_access_key_id "${AWS_PROD_ACCESS_KEY}"
|
aws configure set aws_access_key_id "${AWS_PROD_ACCESS_KEY}"
|
||||||
aws configure set aws_secret_access_key "${AWS_PROD_SECRET_KEY}"
|
aws configure set aws_secret_access_key "${AWS_PROD_SECRET_KEY}"
|
||||||
aws configure set region "${REGION}"
|
aws configure set region "${REGION}"
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue