-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathkowalski.yml.sample
More file actions
44 lines (44 loc) · 1.04 KB
/
kowalski.yml.sample
File metadata and controls
44 lines (44 loc) · 1.04 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
project: project_name
git_clone: git://master_hostname/and/path
code: kowalski
runners:
user: kowalski
hostnames:
- localhost
- runner1
- runner2
hooks:
after_down: "rm -rf ~/kowalski/tmp"
after_update: "thor config:kowalski"
master:
username: kowalski
hostname: localhost
sinatra_path: ~/path/to/sinatra/app
main_path: ~/path/that/includes/project/on/master
git_daemon_port: 456789
hooks:
before_down: "echo 'runners are going down'"
after_up: "echo 'runners are back up'"
spec_folders:
- controllers
- helpers
- lib
- models
- routing
- views
services:
mongo:
version: 1.6.5
install:
- "curl -s http://downloads.mongodb.org/linux/mongodb-linux-i686-static-1.6.5.tgz > mongo.tgz"
- "tar zxf mongo.tgz"
- "rm mongo.tgz"
- "mv mongodb-linux-i686-static-1.6.5 mongo"
redis:
version: 2.1.5.sinit
install:
- "git clone git://github.com/ctrochalakis/redis-sinit.git"
- "cd redis-sinit"
- "make"
load_balance_start: 1.5
parallel: false