File tree Expand file tree Collapse file tree 4 files changed +4
-2
lines changed
Expand file tree Collapse file tree 4 files changed +4
-2
lines changed Original file line number Diff line number Diff line change 44
55- hosts : cream
66 vars_files :
7- - group_vars/alpha-cream-http .yml
7+ - group_vars/alpha-cream-worker .yml
88 roles :
99 - role : notify
1010 rollbar_token : " {{ cream_http_rollbar_token }}"
Original file line number Diff line number Diff line change 1- - include : cream-http.yml
21- include : cream-worker.yml
2+ - include : cream-http.yml
Original file line number Diff line number Diff line change @@ -17,6 +17,7 @@ dockerfile_pre_install_commands: [
1717
1818# for container settings
1919container_envs : >
20+ -e BIG_POPPA_HOST=http://{{ big_poppa_host_address }}:{{ big_poppa_port }}
2021 -e DATADOG_HOST={{ datadog_host_address }}
2122 -e DATADOG_PORT={{ datadog_port }}
2223 -e HELLO_RUNNABLE_GITHUB_TOKEN={{ cream_hello_runnable_github_token }}
Original file line number Diff line number Diff line change @@ -16,6 +16,7 @@ dockerfile_pre_install_commands: [
1616
1717# for container settings
1818container_envs : >
19+ -e BIG_POPPA_HOST=http://{{ big_poppa_host_address }}:{{ big_poppa_port }}
1920 -e DATADOG_HOST={{ datadog_host_address }}
2021 -e DATADOG_PORT={{ datadog_port }}
2122 -e HELLO_RUNNABLE_GITHUB_TOKEN={{ cream_hello_runnable_github_token }}
You can’t perform that action at this time.
0 commit comments