Skip to content

Commit

Permalink
Merge pull request #50 from BESTSELLER/ES-1219_cloud_run
Browse files Browse the repository at this point in the history
fixed another typeo
  • Loading branch information
wrighbr authored Jan 25, 2021
2 parents 8574ad4 + a55bbbd commit d1d5434
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -129,7 +129,7 @@ jobs:
--platform=managed \
--region=europe-west4 \
--project=es-standalone-cb21 \
--set-env-vars VAULT_ADDR="${VAULT_ADDR}",VAULT_ROLE=dependabot-circleci,VAULT_SECRET=ES/data/dependabot-circleci/prod,DEPENDABOT_VERSION=${$CIRCLE_TAG},DEPENDABOT_CONFIG=/secrets/secrets \
--set-env-vars VAULT_ADDR="${VAULT_ADDR}",VAULT_ROLE=dependabot-circleci,VAULT_SECRET=ES/data/dependabot-circleci/prod,DEPENDABOT_VERSION=${CIRCLE_TAG},DEPENDABOT_CONFIG=/secrets/secrets \
--service-account=dependabot-circleci@es-standalone-cb21.iam.gserviceaccount.com
- run:
name: create domain mapping
Expand Down

0 comments on commit d1d5434

Please sign in to comment.