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 3717b69 commit d340103Copy full SHA for d340103
ansible/group_vars/alpha-web.yml
@@ -17,9 +17,9 @@ dockerfile_enviroment: [
17
"INTERCOM_APP_ID {{ web_intercom_id }}",
18
"MARKETING_URL {{ marketing_url }}",
19
"NODE_ENV production",
20
+ "SIFT_API_KEY {{ web_sift_public_key }}",
21
"STRIPE_TOKEN {{ cream_stripe_publishable_key }}",
22
"USER_CONTENT_DOMAIN {{ user_content_domain }}",
- "SIFT_API_KEY {{ web_sift_public_key }}",
23
]
24
25
dockerfile_post_install_commands: [
0 commit comments