-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathconfig.json
More file actions
39 lines (39 loc) · 901 Bytes
/
config.json
File metadata and controls
39 lines (39 loc) · 901 Bytes
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
{
"port": 6174,
"pull/blog": {
"script": "/srv/fish/blog/admin/fish.sh",
"branch": "master"
},
"pull/gym": {
"script": "/srv/fish/gym/admin/fish.sh",
"branch": "master"
},
"pull/invent": {
"script": "/srv/fish/invent/admin/fish.sh",
"branch": "master"
},
"pull/newgym": {
"script": "/srv/fish/newgym/admin/fish.sh",
"branch": "master"
},
"pull/reference": {
"script": "/srv/fish/reference/admin/fish.sh",
"branch": "master"
},
"pull/experiment": {
"script": "/srv/fish/experiment/admin/fish.sh",
"branch": "experiment"
},
"pull/staging": {
"script": "/srv/fish/staging/admin/fish.sh",
"branch": "master"
},
"pull/xinan": {
"script": "/srv/fish/xinan/admin/fish.sh",
"branch": "visual-thumbnail"
},
"pull/dweintrop": {
"script": "/srv/fish/dweintrop/admin/fish.sh",
"branch": "nu-hybrid"
}
}