File tree Expand file tree Collapse file tree 4 files changed +11
-1
lines changed Expand file tree Collapse file tree 4 files changed +11
-1
lines changed Original file line number Diff line number Diff line change @@ -174,3 +174,6 @@ sg_services=sg-71d2fe15
174174sg_userland=sg-41d2fe25
175175sg_web=sg-51d2fe35
176176vpc_id=vpc-864c6be3
177+
178+ [web:vars]
179+ web_intercom_id=wqzm3rju
Original file line number Diff line number Diff line change @@ -146,3 +146,6 @@ sg_registry="sg-a16ef8c6"
146146sg_userland="sg-8f20e6e8"
147147sg_web="sg-cb20e6ac"
148148vpc_id="vpc-cdb2a3a8"
149+
150+ [web:vars]
151+ web_intercom_id=xs5g95pd
Original file line number Diff line number Diff line change @@ -155,3 +155,6 @@ sg_redis=sg-477b0c23
155155sg_registry=sg-c8d140af
156156sg_userland=sg-12ce9876
157157sg_web=sg-fe8bf49a
158+
159+ [web:vars]
160+ web_intercom_id=xs5g95pd
Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments