Skip to content

Commit ca7e76b

Browse files
author
anandkumarpatel
committed
Merge pull request #177 from CodeNow/api-weave
Api weave
2 parents c2daaad + 8f60780 commit ca7e76b

2 files changed

Lines changed: 2 additions & 1 deletion

File tree

ansible/group_vars/alpha-api.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ container_envs: >
5656
-e ROLLBAR_KEY={{ api_rollbar_key }}
5757
-e S3_CONTEXT_RESOURCE_BUCKET={{ api_s3_context_bucket }}
5858
-e USER_CONTENT_DOMAIN={{ user_content_domain }}
59-
-e RUNNABLE_WEAVE_PATH={{ weave_path }}
59+
-e DOCKER_IMAGE_BUILDER_WEAVE_PATH={{ weave_path }}
6060
6161
container_run_opts: >
6262
-d

ansible/group_vars/alpha-workers.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -53,6 +53,7 @@ container_envs: >
5353
-e ROLLBAR_KEY={{ api_rollbar_key }}
5454
-e S3_CONTEXT_RESOURCE_BUCKET={{ api_s3_context_bucket }}
5555
-e USER_CONTENT_DOMAIN={{ user_content_domain }}
56+
-e DOCKER_IMAGE_BUILDER_WEAVE_PATH={{ weave_path }}
5657
5758
container_run_opts: >
5859
-d

0 commit comments

Comments
 (0)