Skip to content
Merged
Show file tree
Hide file tree
Changes from all 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
3 changes: 2 additions & 1 deletion ansible/group_vars/alpha-web.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,10 @@ dockerfile_enviroment: [
"AWS_ACCESS_KEY {{ aws_access_key }}",
"AWS_BUCKET app.{{ domain }}",
"AWS_SECRET_KEY {{ aws_secret_key }}",
"INTERCOM_APP_ID {{ web_intercom_id }}",
"MARKETING_URL {{ marketing_url }}",
"STRIPE_TOKEN {{ cream_stripe_publishable_key }}",
"NODE_ENV production",
"STRIPE_TOKEN {{ cream_stripe_publishable_key }}",
"USER_CONTENT_DOMAIN {{ user_content_domain }}",
]

Expand Down