File tree Expand file tree Collapse file tree 5 files changed +10
-7
lines changed Expand file tree Collapse file tree 5 files changed +10
-7
lines changed Original file line number Diff line number Diff line change 11---
2-
32- hosts : agreeable-egret
43 vars_files :
54 - group_vars/alpha-agreeable-egret.yml
65 roles :
76 - role : notify
87 tags : [ notify ]
98 - { role: builder, tags: [build] }
10- - { role: container_kill_start }
9+ - { role: container_start }
Original file line number Diff line number Diff line change @@ -148,7 +148,6 @@ datadog_mongodb_pwd=sqa3WBgkCgZsFZuex0kBNahZ
148148datadog_mongodb_user=datadog
149149datadog_tags=env:delta
150150domain=runnable.io
151- agreeable_egret_hello_runnable_github_token=b6130cbbd1be797d83b3d419ba60176e7b3f07d2
152151env=delta
153152github_domain=api.github.com
154153github_protocol=https
Original file line number Diff line number Diff line change @@ -130,7 +130,6 @@ datadog_mongodb_pwd=sqa3WBgkCgZsFZuex0kBNahZ
130130datadog_mongodb_user=datadog
131131datadog_tags=env:gamma
132132domain=runnable-gamma.com
133- agreeable_egret_hello_runnable_github_token=b6130cbbd1be797d83b3d419ba60176e7b3f07d2
134133env=gamma
135134github_domain=api.github.com
136135github_protocol=https
Original file line number Diff line number Diff line change @@ -44,6 +44,9 @@ core_file_dir: /docker/app-cores
4444# # shared application configs
4545# #
4646
47+ # agreeable-egret
48+ agreeable_egret_hostname : egret.{{ domain }}
49+
4750# angular
4851angular_url : https://app.{{ domain }}
4952mixpanel_proxy_url : https://mixpanel.{{ domain }}
Original file line number Diff line number Diff line change 1- name : " arithmancy "
1+ name : " agreeable-egret "
22
33container_image : " registry.runnable.com/runnable/{{ name }}"
44container_tag : " {{ git_branch }}"
55repo : " git@github.com:CodeNow/{{ name }}.git"
66node_version : " 6.3.1"
77npm_version : " 4.0.5"
88
9+ # Exposes egret
10+ redis_key : " frontend:{{ agreeable_egret_hostname }}"
11+ is_redis_update_required : ' yes'
12+
913# container settings
1014container_envs : >
11- -e HELLO_RUNNABLE_GITHUB_TOKEN={{ agreeable_egret_hello_runnable_github_token }}
15+ -e HELLO_RUNNABLE_GITHUB_TOKEN={{ api_hello_runnable_github_token }}
1216 -e NODE_ENV={{ node_env }}
1317
1418container_run_opts : >
1519 -h {{ name }}
1620 -d
17- -v /opt/ssl/docker/{{ name }}:/etc/ssl/docker:ro
1821 {{ container_envs }}
You can’t perform that action at this time.
0 commit comments