Skip to content
Merged
Show file tree
Hide file tree
Changes from 2 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions ansible/delta-hosts/variables
Original file line number Diff line number Diff line change
Expand Up @@ -174,3 +174,6 @@ sg_services=sg-71d2fe15
sg_userland=sg-41d2fe25
sg_web=sg-51d2fe35
vpc_id=vpc-864c6be3

[web:vars]
web_intercom_id=wqzm3rju
3 changes: 3 additions & 0 deletions ansible/epsilon-hosts/variables
Original file line number Diff line number Diff line change
Expand Up @@ -146,3 +146,6 @@ sg_registry="sg-a16ef8c6"
sg_userland="sg-8f20e6e8"
sg_web="sg-cb20e6ac"
vpc_id="vpc-cdb2a3a8"

[web:vars]
web_intercom_id=xs5g95pd
3 changes: 3 additions & 0 deletions ansible/gamma-hosts/variables
Original file line number Diff line number Diff line change
Expand Up @@ -155,3 +155,6 @@ sg_redis=sg-477b0c23
sg_registry=sg-c8d140af
sg_userland=sg-12ce9876
sg_web=sg-fe8bf49a

[web:vars]
web_intercom_id=xs5g95pd
1 change: 1 addition & 0 deletions ansible/group_vars/alpha-web.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ dockerfile_enviroment: [
"MARKETING_URL {{ marketing_url }}",
"STRIPE_TOKEN {{ cream_stripe_publishable_key }}",
"NODE_ENV production",
"INTERCOM_APP_ID {{ web_intercom_id }}",

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

sort alphabetically. Always leave the codebase cleaner then you left it ❤️

"USER_CONTENT_DOMAIN {{ user_content_domain }}",
]

Expand Down