File tree Expand file tree Collapse file tree 6 files changed +38
-0
lines changed Expand file tree Collapse file tree 6 files changed +38
-0
lines changed Original file line number Diff line number Diff line change @@ -59,6 +59,9 @@ delta-app-services
5959
6060[dock]
6161
62+ [egret]
63+ delta-app-services
64+
6265[eru]
6366delta-app-services
6467
149152docker-listener
150153docks
151154drake
155+ egret
152156eru
153157github-varnish
154158hipache
Original file line number Diff line number Diff line change @@ -148,6 +148,7 @@ datadog_mongodb_pwd=sqa3WBgkCgZsFZuex0kBNahZ
148148datadog_mongodb_user=datadog
149149datadog_tags=env:delta
150150domain=runnable.io
151+ egret_hello_runnable_github_token=b6130cbbd1be797d83b3d419ba60176e7b3f07d2
151152env=delta
152153github_domain=api.github.com
153154github_protocol=https
Original file line number Diff line number Diff line change 1+ ---
2+
3+ - hosts : egret
4+ vars_files :
5+ - group_vars/alpha-egret.yml
6+ roles :
7+ - role : notify
8+ tags : [ notify ]
9+ - { role: builder, tags: [build] }
10+ - { role: container_kill_start }
Original file line number Diff line number Diff line change @@ -45,6 +45,9 @@ gamma-consul-c
4545[worker]
4646gamma-api-worker
4747
48+ [egret]
49+ gamma-app-services
50+
4851[eru]
4952gamma-app-services
5053
140143docker-listener
141144docks
142145drake
146+ egret
143147eru
144148github-varnish
145149hipache
Original file line number Diff line number Diff line change @@ -130,6 +130,7 @@ datadog_mongodb_pwd=sqa3WBgkCgZsFZuex0kBNahZ
130130datadog_mongodb_user=datadog
131131datadog_tags=env:gamma
132132domain=runnable-gamma.com
133+ egret_hello_runnable_github_token=b6130cbbd1be797d83b3d419ba60176e7b3f07d2
133134env=gamma
134135github_domain=api.github.com
135136github_protocol=https
Original file line number Diff line number Diff line change 1+ name : " arithmancy"
2+
3+ container_image : " registry.runnable.com/runnable/{{ name }}"
4+ container_tag : " {{ git_branch }}"
5+ repo : " git@github.com:CodeNow/{{ name }}.git"
6+ node_version : " 6.3.1"
7+ npm_version : " 4.0.5"
8+
9+ # container settings
10+ container_envs : >
11+ -e HELLO_RUNNABLE_GITHUB_TOKEN={{ api_hello_runnable_github_token }}
12+ -e NODE_ENV={{ node_env }}
13+
14+ container_run_opts : >
15+ -h {{ name }}
16+ -d
17+ -v /opt/ssl/docker/{{ name }}:/etc/ssl/docker:ro
18+ {{ container_envs }}
You can’t perform that action at this time.
0 commit comments