Update config.yml
This commit is contained in:
parent
e80c76f041
commit
137aa883ac
1 changed files with 3 additions and 3 deletions
|
|
@ -144,8 +144,8 @@ jobs:
|
||||||
command: |
|
command: |
|
||||||
cd /tmp/repo/artifact/deployment/eu-central-1/prod/tileserver && \
|
cd /tmp/repo/artifact/deployment/eu-central-1/prod/tileserver && \
|
||||||
terragrunt apply \
|
terragrunt apply \
|
||||||
-var="aws_access_key=$AWS_DEV_ACCESS_KEY" \
|
-var="aws_access_key=$AWS_PROD_ACCESS_KEY" \
|
||||||
-var="aws_secret_key=$AWS_DEV_SECRET_KEY" \
|
-var="aws_secret_key=$AWS_PROD_SECRET_KEY" \
|
||||||
-var="repo_version=$CIRCLE_SHA1" \
|
-var="repo_version=$CIRCLE_SHA1" \
|
||||||
--terragrunt-non-interactive -auto-approve
|
--terragrunt-non-interactive -auto-approve
|
||||||
workflows:
|
workflows:
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue