File tree Expand file tree Collapse file tree 1 file changed +5
-4
lines changed
Expand file tree Collapse file tree 1 file changed +5
-4
lines changed Original file line number Diff line number Diff line change @@ -9,14 +9,15 @@ rollbar_web_token: "162a053bebd34e9eb6e2860543c7ae79"
99do_not_push : yes
1010
1111dockerfile_enviroment : [
12- " API_URL https://{{ api_hostname }}" ,
1312 " API_SOCK_URL https://{{ api_socket_server_hostname }}" ,
14- " USER_CONTENT_DOMAIN {{ user_content_domain }}" ,
15- " NODE_ENV production" ,
13+ " API_URL https://{{ api_hostname }}" ,
1614 " AWS_ACCESS_KEY {{ aws_access_key }}" ,
15+ " AWS_BUCKET app.{{ domain }}" ,
1716 " AWS_SECRET_KEY {{ aws_secret_key }}" ,
1817 " MARKETING_URL {{ marketing_url }}" ,
19- " AWS_BUCKET app.{{ domain }}"
18+ " STRIPE_TOKEN {{ cream_stripe_publishable_key }}" ,
19+ " NODE_ENV production" ,
20+ " USER_CONTENT_DOMAIN {{ user_content_domain }}" ,
2021]
2122
2223dockerfile_post_install_commands : [
You can’t perform that action at this time.
0 commit comments