We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ea183aa commit 4c41ebfCopy full SHA for 4c41ebf
ansible/group_vars/alpha-web.yml
@@ -14,10 +14,10 @@ dockerfile_enviroment: [
14
"AWS_ACCESS_KEY {{ aws_access_key }}",
15
"AWS_BUCKET app.{{ domain }}",
16
"AWS_SECRET_KEY {{ aws_secret_key }}",
17
+ "INTERCOM_APP_ID {{ web_intercom_id }}",
18
"MARKETING_URL {{ marketing_url }}",
- "STRIPE_TOKEN {{ cream_stripe_publishable_key }}",
19
"NODE_ENV production",
20
- "INTERCOM_APP_ID {{ web_intercom_id }}",
+ "STRIPE_TOKEN {{ cream_stripe_publishable_key }}",
21
"USER_CONTENT_DOMAIN {{ user_content_domain }}",
22
]
23
0 commit comments