Skip to content

Commit 4c41ebf

Browse files
author
tosih
committed
Sort alphabetically.
1 parent ea183aa commit 4c41ebf

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

ansible/group_vars/alpha-web.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,10 +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-
"INTERCOM_APP_ID {{ web_intercom_id }}",
20+
"STRIPE_TOKEN {{ cream_stripe_publishable_key }}",
2121
"USER_CONTENT_DOMAIN {{ user_content_domain }}",
2222
]
2323

0 commit comments

Comments
 (0)