Skip to content

Commit 81aa446

Browse files
author
tosih
committed
Pass intercom app id in environment for Grunt build instead of hardcoded.
1 parent f6ff34b commit 81aa446

File tree

3 files changed

+7
-0
lines changed

3 files changed

+7
-0
lines changed

ansible/delta-hosts/variables

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -174,3 +174,6 @@ sg_services=sg-71d2fe15
174174
sg_userland=sg-41d2fe25
175175
sg_web=sg-51d2fe35
176176
vpc_id=vpc-864c6be3
177+
178+
[web:vars]
179+
web_intercom_id=wqzm3rju

ansible/gamma-hosts/variables

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -155,3 +155,6 @@ sg_redis=sg-477b0c23
155155
sg_registry=sg-c8d140af
156156
sg_userland=sg-12ce9876
157157
sg_web=sg-fe8bf49a
158+
159+
[web:vars]
160+
web_intercom_id=xs5g95pd

ansible/group_vars/alpha-web.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@ dockerfile_enviroment: [
1717
"MARKETING_URL {{ marketing_url }}",
1818
"STRIPE_TOKEN {{ cream_stripe_publishable_key }}",
1919
"NODE_ENV production",
20+
"INTERCOM_APP_ID {{ web_intercom_id }}",
2021
"USER_CONTENT_DOMAIN {{ user_content_domain }}",
2122
]
2223

0 commit comments

Comments
 (0)