Skip to content

Commit 960675b

Browse files
Merge pull request #538 from CodeNow/add_intercom_env_for_web
Add intercom env for web
2 parents f6ff34b + 4c41ebf commit 960675b

File tree

4 files changed

+11
-1
lines changed

4 files changed

+11
-1
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/epsilon-hosts/variables

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -146,3 +146,6 @@ sg_registry="sg-a16ef8c6"
146146
sg_userland="sg-8f20e6e8"
147147
sg_web="sg-cb20e6ac"
148148
vpc_id="vpc-cdb2a3a8"
149+
150+
[web:vars]
151+
web_intercom_id=xs5g95pd

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: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,9 +14,10 @@ dockerfile_enviroment: [
1414
"AWS_ACCESS_KEY {{ aws_access_key }}",
1515
"AWS_BUCKET app.{{ domain }}",
1616
"AWS_SECRET_KEY {{ aws_secret_key }}",
17+
"INTERCOM_APP_ID {{ web_intercom_id }}",
1718
"MARKETING_URL {{ marketing_url }}",
18-
"STRIPE_TOKEN {{ cream_stripe_publishable_key }}",
1919
"NODE_ENV production",
20+
"STRIPE_TOKEN {{ cream_stripe_publishable_key }}",
2021
"USER_CONTENT_DOMAIN {{ user_content_domain }}",
2122
]
2223

0 commit comments

Comments
 (0)